From 57147d204d252dd577f64244f335da33b11fb9dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 07:44:31 -0500 Subject: [PATCH] Bump jszip from 3.7.0 to 3.8.0 in /spotlight-client (#620) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- spotlight-client/package.json | 2 +- spotlight-client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/spotlight-client/package.json b/spotlight-client/package.json index fecb023a..833c5143 100644 --- a/spotlight-client/package.json +++ b/spotlight-client/package.json @@ -64,7 +64,7 @@ "flat": "^5.0.2", "html-react-parser": "^1.1.1", "intersection-observer": "^0.12.0", - "jszip": "^3.7.0", + "jszip": "^3.8.0", "lodash": "^4.17.21", "mobx": "^6.0.4", "mobx-react-lite": "^3.0.1", diff --git a/spotlight-client/yarn.lock b/spotlight-client/yarn.lock index 04ed9a53..41f6fd46 100644 --- a/spotlight-client/yarn.lock +++ b/spotlight-client/yarn.lock @@ -8590,10 +8590,10 @@ jsx-ast-utils@^2.2.1, jsx-ast-utils@^2.2.3: array-includes "^3.1.2" object.assign "^4.1.2" -jszip@^3.7.0: - version "3.7.0" - resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.7.0.tgz#9b8b995a4e7c9024653ce743e902076a82fdf4e6" - integrity sha512-Y2OlFIzrDOPWUnpU0LORIcDn2xN7rC9yKffFM/7pGhQuhO+SUhfm2trkJ/S5amjFvem0Y+1EALz/MEPkvHXVNw== +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"