From ed3bc69c4ff560d902bed593fa13a012c0ba9a21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 11:16:24 +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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b3265c3..f9102c3 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "hotkeys-js": "^3.7.2", "js-cookie": "^2.2.1", "jsonlint": "^1.6.3", - "jszip": "^3.2.2", + "jszip": "^3.8.0", "lodash": "^4.17.15", "md5": "^2.2.1", "moment": "^2.24.0", diff --git a/yarn.lock b/yarn.lock index 6fbca5d..c44d0c1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5254,10 +5254,10 @@ jsprim@^1.2.2: json-schema "0.2.3" verror "1.10.0" -jszip@^3.2.2: - version "3.2.2" - resolved "https://registry.npm.taobao.org/jszip/download/jszip-3.2.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjszip%2Fdownload%2Fjszip-3.2.2.tgz#b143816df7e106a9597a94c77493385adca5bd1d" - integrity sha1-sUOBbffhBqlZepTHdJM4WtylvR0= +jszip@^3.8.0: + version "3.8.0" + resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.8.0.tgz#a2ac3c33fe96a76489765168213655850254d51b" + integrity sha512-cnpQrXvFSLdsR9KR5/x7zdf6c3m8IhZfZzSblFEHSqBaVwD2nvJ4CuCKLyvKvwBgZm08CgfSoiTBQLm5WW9hGw== dependencies: lie "~3.3.0" pako "~1.0.2"