From 7a36a3506ae15cfd5fc170dcc31f4152526c5fab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 17:01:06 +0000 Subject: [PATCH] Bump jszip from 3.7.0 to 3.8.0 in /app Bumps [jszip](https://github.com/Stuk/jszip) from 3.7.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.7.0...v3.8.0) --- updated-dependencies: - dependency-name: jszip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/package.json | 2 +- app/yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/package.json b/app/package.json index bc7928f..b5a037f 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "@mdi/font": "^5.9.55", "jquery": "^3.5.1", "jquery-slim": "^3.0.0", - "jszip": "^3.7.0", + "jszip": "^3.8.0", "lodash": "^4.17.21", "material-design-icons": "^3.0.1", "micromodal": "^0.4.10", diff --git a/app/yarn.lock b/app/yarn.lock index 42493a7..27abc56 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -1693,9 +1693,10 @@ json5@^2.1.2: dependencies: minimist "^1.2.5" -jszip@^3.7.0: - version "3.7.0" - resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.7.0.tgz#9b8b995a4e7c9024653ce743e902076a82fdf4e6" +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"