From 057dbb933bb6ddcc03c0cd7cecb5280e935888d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 14:29:41 +0000 Subject: [PATCH] Bump jszip from 3.5.0 to 3.8.0 Bumps [jszip](https://github.com/Stuk/jszip) from 3.5.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.5.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 0f054e92..d6eb96c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "formidable": "^1.2.6", "geoip-country-lite": "^1.0.0", "ip6addr": "^0.2.5", - "jszip": "^3.5.0", + "jszip": "^3.8.0", "load-json-file": "^6.2.0", "lzma": "^2.3.2", "moment": "^2.29.1", @@ -1325,9 +1325,9 @@ } }, "node_modules/jszip": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.5.0.tgz", - "integrity": "sha512-WRtu7TPCmYePR1nazfrtuF216cIVon/3GWOvHS9QR5bIwSbnxtdpma6un3jyGGNhHsKCSzn5Ypk+EkDRvTGiFA==", + "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", @@ -4113,9 +4113,9 @@ } }, "jszip": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.5.0.tgz", - "integrity": "sha512-WRtu7TPCmYePR1nazfrtuF216cIVon/3GWOvHS9QR5bIwSbnxtdpma6un3jyGGNhHsKCSzn5Ypk+EkDRvTGiFA==", + "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 9ce9e029..b1398ea2 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "formidable": "^1.2.6", "geoip-country-lite": "^1.0.0", "ip6addr": "^0.2.5", - "jszip": "^3.5.0", + "jszip": "^3.8.0", "load-json-file": "^6.2.0", "lzma": "^2.3.2", "moment": "^2.29.1",