From 583fafbbb60cb71ee01e59f00bbd729b6a54dc2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 02:08:38 +0000 Subject: [PATCH] chore(deps-dev): Bump @zip.js/zip.js from 2.8.20 to 2.8.21 Bumps [@zip.js/zip.js](https://github.com/gildas-lormeau/zip.js) from 2.8.20 to 2.8.21. - [Release notes](https://github.com/gildas-lormeau/zip.js/releases) - [Commits](https://github.com/gildas-lormeau/zip.js/compare/v2.8.20...v2.8.21) --- updated-dependencies: - dependency-name: "@zip.js/zip.js" dependency-version: 2.8.21 dependency-type: direct:development update-type: version-update:semver-patch ... 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 11bc062a7e2..3b784af6c69 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.20", + "@zip.js/zip.js": "^2.8.21", "concurrently": "^9.2.1", "cypress": "^15.10.0", "cypress-axe": "^1.7.0", @@ -5057,9 +5057,9 @@ } }, "node_modules/@zip.js/zip.js": { - "version": "2.8.20", - "resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.8.20.tgz", - "integrity": "sha512-oJzVhK9gnSKD++WLG37QEgeTgm5W8XUYmNv0EhOxytSr85vXn9EMpOoKNTK3yWDLa55Z0MovKW/6RNeh9OUmnA==", + "version": "2.8.21", + "resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.8.21.tgz", + "integrity": "sha512-fkyzXISE3IMrstDO1AgPkJCx14MYHP/suIGiAovEYEuBjq3mffsuL6aMV7ohOSjW4rXtuACuUfpA3GtITgdtYg==", "dev": true, "license": "BSD-3-Clause", "engines": { diff --git a/package.json b/package.json index 3bf056dd126..6e2a9e79b4b 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.20", + "@zip.js/zip.js": "^2.8.21", "concurrently": "^9.2.1", "cypress": "^15.10.0", "cypress-axe": "^1.7.0",