Skip to content

Commit 5ba91f5

Browse files
fix(deps): update dependency jszip to v3.8.0 [security]
1 parent 3b4cdb5 commit 5ba91f5

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
@@ -19,7 +19,7 @@
1919
"gaxios": "4.3.2",
2020
"http-errors": "^2.0.0",
2121
"http-status": "^1.4.2",
22-
"jszip": "3.7.1",
22+
"jszip": "3.8.0",
2323
"lodash": "^4.17.11",
2424
"luxon": "^1.21.3",
2525
"minimatch": "5.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4627,10 +4627,10 @@ jsx-ast-utils@^3.2.1:
46274627
array-includes "^3.1.4"
46284628
object.assign "^4.1.2"
46294629

4630-
jszip@3.7.1:
4631-
version "3.7.1"
4632-
resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.7.1.tgz#bd63401221c15625a1228c556ca8a68da6fda3d9"
4633-
integrity sha512-ghL0tz1XG9ZEmRMcEN2vt7xabrDdqHHeykgARpmZ0BiIctWxM47Vt63ZO2dnp4QYt/xJVLLy5Zv1l/xRdh2byg==
4630+
jszip@3.8.0:
4631+
version "3.8.0"
4632+
resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.8.0.tgz#a2ac3c33fe96a76489765168213655850254d51b"
4633+
integrity sha512-cnpQrXvFSLdsR9KR5/x7zdf6c3m8IhZfZzSblFEHSqBaVwD2nvJ4CuCKLyvKvwBgZm08CgfSoiTBQLm5WW9hGw==
46344634
dependencies:
46354635
lie "~3.3.0"
46364636
pako "~1.0.2"

0 commit comments

Comments
 (0)