From e7ff03660f757458d0ee827e198b70fd394a7ca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 16:23:39 +0000 Subject: [PATCH] Bump jszip from 3.6.0 to 3.8.0 Bumps [jszip](https://github.com/Stuk/jszip) from 3.6.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.6.0...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 02c1a7d0..eaf994e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "compare-versions": "^3.6.0", "detect-port": "^1.2.3", "duplex-child-process": "^1.0.1", - "jszip": "^3.4.0", + "jszip": "^3.8.0", "libsodium-wrappers": "^0.7.8", "lodash": "^4.17.20", "mdns": "^2.7.2", @@ -15857,9 +15857,9 @@ } }, "node_modules/jszip": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.6.0.tgz", - "integrity": "sha512-jgnQoG9LKnWO3mnVNBnfhkh0QknICd1FGSrXcgrl67zioyJ4wgx25o9ZqwNtrROSflGBCGYnJfjrIyRIby1OoQ==", + "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", @@ -40416,9 +40416,9 @@ } }, "jszip": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.6.0.tgz", - "integrity": "sha512-jgnQoG9LKnWO3mnVNBnfhkh0QknICd1FGSrXcgrl67zioyJ4wgx25o9ZqwNtrROSflGBCGYnJfjrIyRIby1OoQ==", + "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 a25a8361..90d04f4d 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "compare-versions": "^3.6.0", "detect-port": "^1.2.3", "duplex-child-process": "^1.0.1", - "jszip": "^3.4.0", + "jszip": "^3.8.0", "libsodium-wrappers": "^0.7.8", "lodash": "^4.17.20", "mdns": "^2.7.2",