From 16e6cc74eea9b8c176e67432287f992c4a55778e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Sep 2026 02:54:35 +0000 Subject: [PATCH] chore(deps-dev): bump @zip.js/zip.js from 2.15.0 to 2.17.0 Bumps [@zip.js/zip.js](https://github.com/gildas-lormeau/zip.js) from 2.15.0 to 2.17.0. - [Release notes](https://github.com/gildas-lormeau/zip.js/releases) - [Commits](https://github.com/gildas-lormeau/zip.js/compare/v2.15.0...v2.17.0) --- updated-dependencies: - dependency-name: "@zip.js/zip.js" dependency-version: 2.17.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c2170f350af4d..3b046ce9699d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "@vitest/coverage-v8": "^4.1.11", "@vue/test-utils": "^2.5.0", "@vue/tsconfig": "^0.9.1", - "@zip.js/zip.js": "^2.15.0", + "@zip.js/zip.js": "^2.17.0", "axe-core": "^4.13.0", "concurrently": "^9.2.4", "eslint": "^10.10.0", @@ -4489,9 +4489,9 @@ } }, "node_modules/@zip.js/zip.js": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.15.0.tgz", - "integrity": "sha512-hYAuHAaWjt0axbofaDL5XUlmrQPsBDcK3f45ApZuh6N+8UGVk26GoGdtGDvcvzahsHytTQ6DtBVXwG9IcCMjjQ==", + "version": "2.17.0", + "resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.17.0.tgz", + "integrity": "sha512-WxvSsJvlI+5v4f1gWjGfqvzOB8XkAIughO+iJUPOJR6OSpUkFauBzi1G4xS2MmK1fxHGuDAqq9Lnpq/ri7BWuw==", "dev": true, "license": "BSD-3-Clause", "engines": { diff --git a/package.json b/package.json index 7c7988bf488d3..419e4f714d9a5 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@vitest/coverage-v8": "^4.1.11", "@vue/test-utils": "^2.5.0", "@vue/tsconfig": "^0.9.1", - "@zip.js/zip.js": "^2.15.0", + "@zip.js/zip.js": "^2.17.0", "axe-core": "^4.13.0", "concurrently": "^9.2.4", "eslint": "^10.10.0",