From 2a62c211a231c0e206c4e761d27d0332d8f22a94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Apr 2023 23:32:24 +0000 Subject: [PATCH] Bump jszip from 3.5.0 to 3.8.0 in /client 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] --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index 0c19cb0..400b1f5 100644 --- a/client/package.json +++ b/client/package.json @@ -11,7 +11,7 @@ "@girder/components": "^3.0.3", "@turf/turf": "^5.1.6", "colorbrewer": "^1.3.0", - "jszip": "^3.1.5", + "jszip": "^3.8.0", "postcss-import": "^11.1.0", "postcss-url": "^7.3.2", "pug": "^2.0.3", diff --git a/client/yarn.lock b/client/yarn.lock index 6059f1f..5a784e9 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -7039,10 +7039,10 @@ jszip@3.1.4: pako "~1.0.2" readable-stream "~2.0.6" -jszip@^3.1.5: - 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"