mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-03 09:40:28 -04:00
chore(deps): bump jszip from 3.7.0 to 3.8.0
Bumps [jszip](https://github.com/Stuk/jszip) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/Stuk/jszip/releases) - [Changelog](https://github.com/Stuk/jszip/blob/main/CHANGES.md) - [Commits](https://github.com/Stuk/jszip/compare/v3.7.0...v3.8.0) --- updated-dependencies: - dependency-name: jszip dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3e6c0f21e5
commit
6db08da032
1 changed files with 8 additions and 8 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -17170,7 +17170,7 @@
|
|||
},
|
||||
"node_modules/is-regex": {
|
||||
"version": "1.0.4",
|
||||
"resolved": "http://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz",
|
||||
"resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz",
|
||||
"integrity": "sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
|
@ -18037,9 +18037,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/jszip": {
|
||||
"version": "3.7.0",
|
||||
"resolved": "https://registry.npmjs.org/jszip/-/jszip-3.7.0.tgz",
|
||||
"integrity": "sha512-Y2OlFIzrDOPWUnpU0LORIcDn2xN7rC9yKffFM/7pGhQuhO+SUhfm2trkJ/S5amjFvem0Y+1EALz/MEPkvHXVNw==",
|
||||
"version": "3.8.0",
|
||||
"resolved": "https://registry.npmjs.org/jszip/-/jszip-3.8.0.tgz",
|
||||
"integrity": "sha512-cnpQrXvFSLdsR9KR5/x7zdf6c3m8IhZfZzSblFEHSqBaVwD2nvJ4CuCKLyvKvwBgZm08CgfSoiTBQLm5WW9hGw==",
|
||||
"dependencies": {
|
||||
"lie": "~3.3.0",
|
||||
"pako": "~1.0.2",
|
||||
|
@ -45716,7 +45716,7 @@
|
|||
},
|
||||
"is-regex": {
|
||||
"version": "1.0.4",
|
||||
"resolved": "http://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz",
|
||||
"resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz",
|
||||
"integrity": "sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
|
@ -46373,9 +46373,9 @@
|
|||
}
|
||||
},
|
||||
"jszip": {
|
||||
"version": "3.7.0",
|
||||
"resolved": "https://registry.npmjs.org/jszip/-/jszip-3.7.0.tgz",
|
||||
"integrity": "sha512-Y2OlFIzrDOPWUnpU0LORIcDn2xN7rC9yKffFM/7pGhQuhO+SUhfm2trkJ/S5amjFvem0Y+1EALz/MEPkvHXVNw==",
|
||||
"version": "3.8.0",
|
||||
"resolved": "https://registry.npmjs.org/jszip/-/jszip-3.8.0.tgz",
|
||||
"integrity": "sha512-cnpQrXvFSLdsR9KR5/x7zdf6c3m8IhZfZzSblFEHSqBaVwD2nvJ4CuCKLyvKvwBgZm08CgfSoiTBQLm5WW9hGw==",
|
||||
"requires": {
|
||||
"lie": "~3.3.0",
|
||||
"pako": "~1.0.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue