From 332fedaa42f8f9a28246dad4fe3df4f122605565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 17:18:03 +0000 Subject: [PATCH] Bump jszip from 3.7.1 to 3.8.0 Bumps [jszip](https://github.com/Stuk/jszip) from 3.7.1 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.1...v3.8.0) --- updated-dependencies: - dependency-name: jszip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 32ee173..9440cfd 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "http": "0.0.0", "https": "^1.0.0", "javascript-obfuscator": "^1.11.0", - "jszip": "^3.7.1", + "jszip": "^3.8.0", "knex": "^0.95.15", "mime-db": "^1.51.0", "mime-lookup": "0.0.2", diff --git a/yarn.lock b/yarn.lock index ca1a83e..310556c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1694,9 +1694,9 @@ jsprim@^1.2.2: json-schema "0.2.3" verror "1.10.0" -jszip@^3.7.1: - version "3.7.1" - resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.7.1.tgz#bd63401221c15625a1228c556ca8a68da6fda3d9" +jszip@^3.8.0: + version "3.8.0" + resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.8.0.tgz#a2ac3c33fe96a76489765168213655850254d51b" dependencies: lie "~3.3.0" pako "~1.0.2"