Skip to content

Commit b08fdaa

Browse files
fix(deps): update dependency jszip to v3.8.0 [security]
1 parent 81967c5 commit b08fdaa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"gaxios": "4.3.2",
2121
"http-errors": "^2.0.0",
2222
"http-status": "^1.4.2",
23-
"jszip": "3.7.1",
23+
"jszip": "3.8.0",
2424
"lodash": "^4.17.11",
2525
"luxon": "^1.21.3",
2626
"minimatch": "5.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4738,10 +4738,10 @@ jsx-ast-utils@^3.2.1:
47384738
array-includes "^3.1.4"
47394739
object.assign "^4.1.2"
47404740

4741-
jszip@3.7.1:
4742-
version "3.7.1"
4743-
resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.7.1.tgz#bd63401221c15625a1228c556ca8a68da6fda3d9"
4744-
integrity sha512-ghL0tz1XG9ZEmRMcEN2vt7xabrDdqHHeykgARpmZ0BiIctWxM47Vt63ZO2dnp4QYt/xJVLLy5Zv1l/xRdh2byg==
4741+
jszip@3.8.0:
4742+
version "3.8.0"
4743+
resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.8.0.tgz#a2ac3c33fe96a76489765168213655850254d51b"
4744+
integrity sha512-cnpQrXvFSLdsR9KR5/x7zdf6c3m8IhZfZzSblFEHSqBaVwD2nvJ4CuCKLyvKvwBgZm08CgfSoiTBQLm5WW9hGw==
47454745
dependencies:
47464746
lie "~3.3.0"
47474747
pako "~1.0.2"

0 commit comments

Comments
 (0)