From 64a2f1dc06d994853b07034d26d8e9a8fa13e451 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 18:56:11 +0000 Subject: [PATCH] chore(deps): bump jszip from 3.7.0 to 3.8.0 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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b2bdf6e2b..e587e6e9c 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "isomorphic-fetch": "^2.2.1", "jest-transform-stub": "^2.0.0", "jju": "https://github.com/evansiroky/jju.git", - "jszip": "^3.7.0", + "jszip": "^3.8.0", "jwt-decode": "^2.1.0", "leaflet": "^1.7.1", "leaflet-textpath": "^1.2.3", diff --git a/yarn.lock b/yarn.lock index d91b16d50..8e7d806c3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7967,10 +7967,10 @@ jszip@^2.4.0: dependencies: pako "~1.0.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"