From 66c8950104732c1c77c3511619d23102a2ddb5ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 23:46:13 +0000 Subject: [PATCH] Bump jszip from 3.6.0 to 3.7.0 in /spotlight-client Bumps [jszip](https://github.com/Stuk/jszip) from 3.6.0 to 3.7.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.6.0...v3.7.0) --- updated-dependencies: - dependency-name: jszip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 d5217a25..25c94ab4 100644 --- a/spotlight-client/package.json +++ b/spotlight-client/package.json @@ -63,7 +63,7 @@ "flat": "^5.0.2", "html-react-parser": "^1.1.1", "intersection-observer": "^0.12.0", - "jszip": "^3.6.0", + "jszip": "^3.7.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 456d8c9d..a8572146 100644 --- a/spotlight-client/yarn.lock +++ b/spotlight-client/yarn.lock @@ -8585,10 +8585,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.6.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.6.0.tgz#839b72812e3f97819cc13ac4134ffced95dd6af9" - integrity sha512-jgnQoG9LKnWO3mnVNBnfhkh0QknICd1FGSrXcgrl67zioyJ4wgx25o9ZqwNtrROSflGBCGYnJfjrIyRIby1OoQ== +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== dependencies: lie "~3.3.0" pako "~1.0.2"