From f853b358d54e84920c4f6f2dbcb1d3eba6a841a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 16:13:13 +0000 Subject: [PATCH] build(deps): bump jszip from 3.6.0 to 3.8.0 Bumps [jszip](https://github.com/Stuk/jszip) from 3.6.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.6.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 46469cb..4b53aa3 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "http-errors": "^1.8.0", "http-proxy-middleware": "^1.0.6", "jsonwebtoken": "^8.5.1", - "jszip": "^3.6.0", + "jszip": "^3.8.0", "jwks-rsa": "^1.12.2", "keen-slider": "^5.3.5", "memory-cache": "^0.2.0", diff --git a/yarn.lock b/yarn.lock index e6997ba..591bb59 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13664,10 +13664,10 @@ jsprim@^1.2.2: array-includes "^3.1.2" object.assign "^4.1.2" -jszip@^3.2.2, jszip@^3.5.0, 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.2.2, jszip@^3.5.0, 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"