From d6d59720f63afab8f2470b8a070de9b235486d29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 10:27:37 +0000 Subject: [PATCH] Bump jszip from 3.2.2 to 3.8.0 Bumps [jszip](https://github.com/Stuk/jszip) from 3.2.2 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.2.2...v3.8.0) --- updated-dependencies: - dependency-name: jszip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5a220e0..f4537a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@luckydye/binary-file-lib": "github:luckydye/binary-file-lib", "chalk": "^3.0.0", "gl-matrix": "^3.2.1", - "jszip": "^3.2.2", + "jszip": "^3.8.0", "light-cli": "git+https://github.com/luckydye/light-cli.git" }, "bin": { @@ -108,9 +108,9 @@ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" }, "node_modules/jszip": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.2.2.tgz", - "integrity": "sha512-NmKajvAFQpbg3taXQXr/ccS2wcucR1AZ+NtyWp2Nq7HHVsXhcJFR8p0Baf32C2yVvBylFWVeKf+WI2AnvlPhpA==", + "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", @@ -266,9 +266,9 @@ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" }, "jszip": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.2.2.tgz", - "integrity": "sha512-NmKajvAFQpbg3taXQXr/ccS2wcucR1AZ+NtyWp2Nq7HHVsXhcJFR8p0Baf32C2yVvBylFWVeKf+WI2AnvlPhpA==", + "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", diff --git a/package.json b/package.json index 6be0075..54f0de5 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@luckydye/binary-file-lib": "github:luckydye/binary-file-lib", "chalk": "^3.0.0", "gl-matrix": "^3.2.1", - "jszip": "^3.2.2", + "jszip": "^3.8.0", "light-cli": "git+https://github.com/luckydye/light-cli.git" } }