This commit is contained in:
dependabot[bot] 2025-01-22 17:38:08 +00:00 committed by GitHub
commit f96a7d7dc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

6
package-lock.json generated
View file

@ -9950,9 +9950,9 @@
}
},
"jszip": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/jszip/-/jszip-2.6.1.tgz",
"integrity": "sha1-uI86ey5noqBIFSmCx6N1bZxIKPA=",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/jszip/-/jszip-2.7.0.tgz",
"integrity": "sha512-JIsRKRVC3gTRo2vM4Wy9WBC3TRcfnIZU8k65Phi3izkvPH975FowRYtKGT6PxevA0XnJ/yO8b0QwV0ydVyQwfw==",
"dev": true,
"requires": {
"pako": "~1.0.2"

View file

@ -5877,9 +5877,9 @@ jsprim@^1.2.2:
verror "1.10.0"
jszip@^2.4.0:
version "2.6.1"
resolved "https://registry.yarnpkg.com/jszip/-/jszip-2.6.1.tgz#b88f3a7b2e67a2a048152982c7a3756d9c4828f0"
integrity sha1-uI86ey5noqBIFSmCx6N1bZxIKPA=
version "2.7.0"
resolved "https://registry.yarnpkg.com/jszip/-/jszip-2.7.0.tgz#c420b1e1aa800490724a0dd277e8cca950bc2c41"
integrity sha512-JIsRKRVC3gTRo2vM4Wy9WBC3TRcfnIZU8k65Phi3izkvPH975FowRYtKGT6PxevA0XnJ/yO8b0QwV0ydVyQwfw==
dependencies:
pako "~1.0.2"