Merge pull request #6263 from tsiegleauq/bump-jszip-version
Bump jszip version to 3.7.1
This commit is contained in:
commit
af4ff015ae
14
client/package-lock.json
generated
14
client/package-lock.json
generated
@ -37,7 +37,7 @@
|
||||
"css-element-queries": "^1.2.3",
|
||||
"exceljs": "4.1.1",
|
||||
"file-saver": "^2.0.2",
|
||||
"jszip": "^3.5.0",
|
||||
"jszip": "^3.7.1",
|
||||
"lz4js": "^0.2.0",
|
||||
"material-design-icons-iconfont": "6.1.0",
|
||||
"moment": "^2.27.0",
|
||||
@ -11523,9 +11523,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/jszip": {
|
||||
"version": "3.5.0",
|
||||
"resolved": "https://registry.npmjs.org/jszip/-/jszip-3.5.0.tgz",
|
||||
"integrity": "sha512-WRtu7TPCmYePR1nazfrtuF216cIVon/3GWOvHS9QR5bIwSbnxtdpma6un3jyGGNhHsKCSzn5Ypk+EkDRvTGiFA==",
|
||||
"version": "3.7.1",
|
||||
"resolved": "https://registry.npmjs.org/jszip/-/jszip-3.7.1.tgz",
|
||||
"integrity": "sha512-ghL0tz1XG9ZEmRMcEN2vt7xabrDdqHHeykgARpmZ0BiIctWxM47Vt63ZO2dnp4QYt/xJVLLy5Zv1l/xRdh2byg==",
|
||||
"dependencies": {
|
||||
"lie": "~3.3.0",
|
||||
"pako": "~1.0.2",
|
||||
@ -30084,9 +30084,9 @@
|
||||
}
|
||||
},
|
||||
"jszip": {
|
||||
"version": "3.5.0",
|
||||
"resolved": "https://registry.npmjs.org/jszip/-/jszip-3.5.0.tgz",
|
||||
"integrity": "sha512-WRtu7TPCmYePR1nazfrtuF216cIVon/3GWOvHS9QR5bIwSbnxtdpma6un3jyGGNhHsKCSzn5Ypk+EkDRvTGiFA==",
|
||||
"version": "3.7.1",
|
||||
"resolved": "https://registry.npmjs.org/jszip/-/jszip-3.7.1.tgz",
|
||||
"integrity": "sha512-ghL0tz1XG9ZEmRMcEN2vt7xabrDdqHHeykgARpmZ0BiIctWxM47Vt63ZO2dnp4QYt/xJVLLy5Zv1l/xRdh2byg==",
|
||||
"requires": {
|
||||
"lie": "~3.3.0",
|
||||
"pako": "~1.0.2",
|
||||
|
@ -63,7 +63,7 @@
|
||||
"css-element-queries": "^1.2.3",
|
||||
"exceljs": "4.1.1",
|
||||
"file-saver": "^2.0.2",
|
||||
"jszip": "^3.5.0",
|
||||
"jszip": "^3.7.1",
|
||||
"lz4js": "^0.2.0",
|
||||
"material-design-icons-iconfont": "6.1.0",
|
||||
"moment": "^2.27.0",
|
||||
|
Loading…
Reference in New Issue
Block a user