From 529bdf651696c5088001cb04a8398c7d39d20831 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 20:55:02 -0500 Subject: [PATCH] build(deps): bump @turbowarp/jszip from 3.11.0 to 3.11.1 (#860) Bumps [@turbowarp/jszip](https://github.com/Stuk/jszip) from 3.11.0 to 3.11.1. - [Changelog](https://github.com/Stuk/jszip/blob/main/CHANGES.md) - [Commits](https://github.com/Stuk/jszip/commits) --- updated-dependencies: - dependency-name: "@turbowarp/jszip" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 165baf05..493a3392 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2799,10 +2799,9 @@ "license": "MIT" }, "node_modules/@turbowarp/jszip": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/@turbowarp/jszip/-/jszip-3.11.0.tgz", - "integrity": "sha512-G+xld2rPv0b7ZKIk4ZZLW8l46+VfdUsreYjWml8bl3IHrmQXgijkmiDwTq17CBf5GPlz4+F/TpJdclq0jhMSVQ==", - "license": "(MIT OR GPL-3.0-or-later)", + "version": "3.11.1", + "resolved": "https://registry.npmjs.org/@turbowarp/jszip/-/jszip-3.11.1.tgz", + "integrity": "sha512-1tWXTxAac1T/g0VHC9lIY0Ij7Qyt7sORIaAT4L0/Y+pjU1ZtXD9ti/+RnXzTVHXp6AM8fM2O3mF22/aSEVPXiQ==", "dependencies": { "lie": "~3.3.0", "pako": "~1.0.2",