Skip to content

Commit a83dfa8

Browse files
authored
Merge pull request #2849 from iclanton/ianc/update-jszip
[rush] Update JSZip.
2 parents 391d37b + 0f609d9 commit a83dfa8

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

apps/rush-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"ignore": "~5.1.6",
4040
"inquirer": "~7.3.3",
4141
"js-yaml": "~3.13.1",
42-
"jszip": "~3.5.0",
42+
"jszip": "~3.7.1",
4343
"lodash": "~4.17.15",
4444
"minimatch": "~3.0.2",
4545
"node-fetch": "~2.6.1",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/rush",
5+
"comment": "Update JSZip dependency.",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/rush",
10+
"email": "[email protected]"
11+
}

common/config/rush/pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/config/rush/repo-state.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
3-
"pnpmShrinkwrapHash": "a87ca42757369632b3dcacc39399f26fa591a4ea",
3+
"pnpmShrinkwrapHash": "30dd6f0cf630dc4fa0c66b73735436b4e05b43c6",
44
"preferredVersionsHash": "1fbc26d2c5b3248616b9edccd6bef064075243bc"
55
}

0 commit comments

Comments
 (0)