From bc9120ca5e528f515c78d8ec77c00d85a8c2687c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 07:00:11 +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 | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c8548b6..2b2dd57 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@portis/web3": "^2.0.0-beta.43", "base-64": "^0.1.0", "iexec": "3.1.1", - "jszip": "3.2.2", + "jszip": "3.8.0", "react": "^16.10.2", "react-dom": "^16.10.2", "react-scripts": "3.2.0" diff --git a/yarn.lock b/yarn.lock index 38b2d7c..f31f7ce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7324,6 +7324,16 @@ jszip@3.2.2: readable-stream "~2.3.6" set-immediate-shim "~1.0.1" +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" + readable-stream "~2.3.6" + set-immediate-shim "~1.0.1" + keccak@^1.0.2: version "1.4.0" resolved "https://registry.yarnpkg.com/keccak/-/keccak-1.4.0.tgz#572f8a6dbee8e7b3aa421550f9e6408ca2186f80"