MOBILE-3833 security: Update jszip

main
Noel De Martin 2022-03-31 14:18:06 +02:00
parent b4c6be8f07
commit 2e23df3fb0
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -85,7 +85,7 @@
"core-js": "3.9.1",
"es6-promise-plugin": "4.2.2",
"hammerjs": "2.0.8",
"jszip": "3.5.0",
"jszip": "3.7.1",
"mathjax": "2.7.7",
"moment": "2.29.0",
"nl.kingsquare.cordova.background-audio": "1.0.1",
@ -19504,9 +19504,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",
@ -46097,9 +46097,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",

View File

@ -114,7 +114,7 @@
"core-js": "3.9.1",
"es6-promise-plugin": "4.2.2",
"hammerjs": "2.0.8",
"jszip": "3.5.0",
"jszip": "3.7.1",
"mathjax": "2.7.7",
"moment": "2.29.0",
"nl.kingsquare.cordova.background-audio": "1.0.1",