Skip to content

Commit d41c14d

Browse files
Bump jszip from 3.3.0 to 3.7.0
Bumps [jszip](https://github.com/Stuk/jszip) from 3.3.0 to 3.7.0. - [Release notes](https://github.com/Stuk/jszip/releases) - [Changelog](https://github.com/Stuk/jszip/blob/master/CHANGES.md) - [Commits](Stuk/jszip@v3.3.0...v3.7.0) --- updated-dependencies: - dependency-name: jszip dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c8f91fc commit d41c14d

File tree

2 files changed

+9
-19
lines changed

2 files changed

+9
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"file-saver": "^2.0.2",
8888
"jshint": "^2.11.0",
8989
"jsonpath": "^0.2.11",
90-
"jszip": "^3.2.1",
90+
"jszip": "^3.7.0",
9191
"lodash": "^4.17.12",
9292
"moment": "^2.14.1",
9393
"prop-types": "^15.6.2",

yarn.lock

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5177,10 +5177,10 @@ jsx-ast-utils@^1.0.0, jsx-ast-utils@^1.2.1:
51775177
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"
51785178
integrity sha1-OGchPo3Xm/Ho8jAMDPwe+xgsDfE=
51795179

5180-
jszip@^3.2.1:
5181-
version "3.3.0"
5182-
resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.3.0.tgz#29d72c21a54990fa885b11fc843db320640d5271"
5183-
integrity sha512-EJ9k766htB1ZWnsV5ZMDkKLgA+201r/ouFF8R2OigVjVdcm2rurcBrrdXaeqBJbqnUVMko512PYmlncBKE1Huw==
5180+
jszip@^3.7.0:
5181+
version "3.7.0"
5182+
resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.7.0.tgz#9b8b995a4e7c9024653ce743e902076a82fdf4e6"
5183+
integrity sha512-Y2OlFIzrDOPWUnpU0LORIcDn2xN7rC9yKffFM/7pGhQuhO+SUhfm2trkJ/S5amjFvem0Y+1EALz/MEPkvHXVNw==
51845184
dependencies:
51855185
lie "~3.3.0"
51865186
pako "~1.0.2"
@@ -7634,10 +7634,10 @@ read-pkg@^1.0.0:
76347634
normalize-package-data "^2.3.2"
76357635
path-type "^1.0.0"
76367636

7637-
7638-
version "1.1.13"
7639-
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.13.tgz#f6eef764f514c89e2b9e23146a75ba106756d23e"
7640-
integrity sha1-9u73ZPUUyJ4rniMUanW6EGdW0j4=
7637+
[email protected], readable-stream@^1.0.33, readable-stream@~1.1.9:
7638+
version "1.1.14"
7639+
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.14.tgz#7cf4c54ef648e3813084c636dd2079e166c081d9"
7640+
integrity sha1-fPTFTvZI44EwhMY23SB54WbAgdk=
76417641
dependencies:
76427642
core-util-is "~1.0.0"
76437643
inherits "~2.0.1"
@@ -7654,16 +7654,6 @@ [email protected]:
76547654
isarray "0.0.1"
76557655
string_decoder "~0.10.x"
76567656

7657-
readable-stream@^1.0.33, readable-stream@~1.1.9:
7658-
version "1.1.14"
7659-
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.14.tgz#7cf4c54ef648e3813084c636dd2079e166c081d9"
7660-
integrity sha1-fPTFTvZI44EwhMY23SB54WbAgdk=
7661-
dependencies:
7662-
core-util-is "~1.0.0"
7663-
inherits "~2.0.1"
7664-
isarray "0.0.1"
7665-
string_decoder "~0.10.x"
7666-
76677657
readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.5, readable-stream@^2.0.6, readable-stream@^2.2.2, readable-stream@^2.3.6, readable-stream@~2.3.6:
76687658
version "2.3.7"
76697659
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57"

0 commit comments

Comments
 (0)