From 281559f560cbcffa6e097591ae484119338ff995 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 03:19:11 +0000 Subject: [PATCH] chore(deps-dev): Bump @zip.js/zip.js from 2.8.16 to 2.8.17 Bumps [@zip.js/zip.js](https://github.com/gildas-lormeau/zip.js) from 2.8.16 to 2.8.17. - [Release notes](https://github.com/gildas-lormeau/zip.js/releases) - [Commits](https://github.com/gildas-lormeau/zip.js/compare/v2.8.16...v2.8.17) --- updated-dependencies: - dependency-name: "@zip.js/zip.js" dependency-version: 2.8.17 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++++++---- package.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e24407c226da9..b155efdfa88c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "@vitest/coverage-istanbul": "^4.0.18", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.8.1", - "@zip.js/zip.js": "^2.8.16", + "@zip.js/zip.js": "^2.8.17", "concurrently": "^9.2.1", "cypress": "^15.10.0", "cypress-axe": "^1.7.0", @@ -4969,11 +4969,14 @@ } }, "node_modules/@zip.js/zip.js": { - "version": "2.8.16", - "resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.8.16.tgz", - "integrity": "sha512-kCjaXh50GCf9afcof6ekjXPKR//rBVIxNHJLSUaM3VAET2F0+hymgrK1GpInRIIFUpt+wsnUfgx2+bbrmc+7Tw==", + "version": "2.8.17", + "resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.8.17.tgz", + "integrity": "sha512-3UdSsm9D9wy8+Oclimd3W9mWqiGptbrL7kBxAdXr/FLN2FSmNnAiyRol93heAffLGDzNwY5nnvDEjMmo8JbeeA==", "dev": true, "license": "BSD-3-Clause", + "dependencies": { + "web-worker": "^1.5.0" + }, "engines": { "bun": ">=0.7.0", "deno": ">=1.0.0", @@ -17730,6 +17733,13 @@ "node": ">= 8" } }, + "node_modules/web-worker": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/web-worker/-/web-worker-1.5.0.tgz", + "integrity": "sha512-RiMReJrTAiA+mBjGONMnjVDP2u3p9R1vkcGz6gDIrOMT3oGuYwX2WRMYI9ipkphSuE5XKEhydbhNEJh4NY9mlw==", + "dev": true, + "license": "Apache-2.0" + }, "node_modules/webdav": { "version": "5.9.0", "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.9.0.tgz", diff --git a/package.json b/package.json index c71706940d7bf..062db39619fd8 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@vitest/coverage-istanbul": "^4.0.18", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.8.1", - "@zip.js/zip.js": "^2.8.16", + "@zip.js/zip.js": "^2.8.17", "concurrently": "^9.2.1", "cypress": "^15.10.0", "cypress-axe": "^1.7.0",