From 2eeeaf31222222d59d21aa32c29cad0e1fff6c11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 May 2023 17:38:42 +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. - [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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1057c92..d45f272 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "ipfs": "^0.42.0", "ipfs-http-client": "^43.0.0", "it-all": "^1.0.1", - "jszip": "^3.2.2", + "jszip": "^3.8.0", "less": "^3.11.1", "less-loader": "^5.0.0", "lodash": "^4.17.15", diff --git a/yarn.lock b/yarn.lock index 80f726d..110e064 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10490,10 +10490,10 @@ jsx-ast-utils@^2.2.1, jsx-ast-utils@^2.2.3: array-includes "^3.1.1" object.assign "^4.1.0" -jszip@^3.2.2: - version "3.5.0" - resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.5.0.tgz#b4fd1f368245346658e781fec9675802489e15f6" - integrity sha512-WRtu7TPCmYePR1nazfrtuF216cIVon/3GWOvHS9QR5bIwSbnxtdpma6un3jyGGNhHsKCSzn5Ypk+EkDRvTGiFA== +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"