mirror of https://github.com/ColorlibHQ/AdminLTE
chore(deps): bump jszip from 3.7.1 to 3.9.1 (#4387)
Bumps [jszip](https://github.com/Stuk/jszip) from 3.7.1 to 3.9.1. - [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.1...v3.9.1) --- updated-dependencies: - dependency-name: jszip dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>pull/4438/head
parent
fc0e8fd8c0
commit
22c33f67cb
|
@ -58,7 +58,7 @@
|
|||
"jquery-validation": "^1.19.3",
|
||||
"jqvmap-novulnerability": "^1.5.1",
|
||||
"jsgrid": "^1.5.3",
|
||||
"jszip": "^3.7.1",
|
||||
"jszip": "^3.9.1",
|
||||
"moment": "^2.29.1",
|
||||
"overlayscrollbars": "^1.13.1",
|
||||
"pdfmake": "^0.2.5",
|
||||
|
@ -8842,9 +8842,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/jszip": {
|
||||
"version": "3.7.1",
|
||||
"resolved": "https://registry.npmjs.org/jszip/-/jszip-3.7.1.tgz",
|
||||
"integrity": "sha512-ghL0tz1XG9ZEmRMcEN2vt7xabrDdqHHeykgARpmZ0BiIctWxM47Vt63ZO2dnp4QYt/xJVLLy5Zv1l/xRdh2byg==",
|
||||
"version": "3.9.1",
|
||||
"resolved": "https://registry.npmjs.org/jszip/-/jszip-3.9.1.tgz",
|
||||
"integrity": "sha512-H9A60xPqJ1CuC4Ka6qxzXZeU8aNmgOeP5IFqwJbQQwtu2EUYxota3LdsiZWplF7Wgd9tkAd0mdu36nceSaPuYw==",
|
||||
"dependencies": {
|
||||
"lie": "~3.3.0",
|
||||
"pako": "~1.0.2",
|
||||
|
@ -21963,9 +21963,9 @@
|
|||
}
|
||||
},
|
||||
"jszip": {
|
||||
"version": "3.7.1",
|
||||
"resolved": "https://registry.npmjs.org/jszip/-/jszip-3.7.1.tgz",
|
||||
"integrity": "sha512-ghL0tz1XG9ZEmRMcEN2vt7xabrDdqHHeykgARpmZ0BiIctWxM47Vt63ZO2dnp4QYt/xJVLLy5Zv1l/xRdh2byg==",
|
||||
"version": "3.9.1",
|
||||
"resolved": "https://registry.npmjs.org/jszip/-/jszip-3.9.1.tgz",
|
||||
"integrity": "sha512-H9A60xPqJ1CuC4Ka6qxzXZeU8aNmgOeP5IFqwJbQQwtu2EUYxota3LdsiZWplF7Wgd9tkAd0mdu36nceSaPuYw==",
|
||||
"requires": {
|
||||
"lie": "~3.3.0",
|
||||
"pako": "~1.0.2",
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
"jquery-validation": "^1.19.3",
|
||||
"jqvmap-novulnerability": "^1.5.1",
|
||||
"jsgrid": "^1.5.3",
|
||||
"jszip": "^3.7.1",
|
||||
"jszip": "^3.9.1",
|
||||
"moment": "^2.29.1",
|
||||
"overlayscrollbars": "^1.13.1",
|
||||
"pdfmake": "^0.2.5",
|
||||
|
|
Loading…
Reference in New Issue