chore(deps-dev): Bump @zip.js/zip.js from 2.8.17 to 2.8.19

Bumps [@zip.js/zip.js](https://github.com/gildas-lormeau/zip.js) from 2.8.17 to 2.8.19.
- [Release notes](https://github.com/gildas-lormeau/zip.js/releases)
- [Commits](https://github.com/gildas-lormeau/zip.js/compare/v2.8.17...v2.8.19)

---
updated-dependencies:
- dependency-name: "@zip.js/zip.js"
  dependency-version: 2.8.19
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-02-11 00:37:52 +00:00 committed by Andy Scherzinger
parent 8bc729fab2
commit 9562611036
2 changed files with 5 additions and 15 deletions

18
package-lock.json generated
View file

@ -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.17",
"@zip.js/zip.js": "^2.8.19",
"concurrently": "^9.2.1",
"cypress": "^15.10.0",
"cypress-axe": "^1.7.0",
@ -4943,14 +4943,11 @@
}
},
"node_modules/@zip.js/zip.js": {
"version": "2.8.17",
"resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.8.17.tgz",
"integrity": "sha512-3UdSsm9D9wy8+Oclimd3W9mWqiGptbrL7kBxAdXr/FLN2FSmNnAiyRol93heAffLGDzNwY5nnvDEjMmo8JbeeA==",
"version": "2.8.19",
"resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.8.19.tgz",
"integrity": "sha512-GqYlOH4FsIM+vDaYPlQGgLlsyOuO3MPwof/VE/ZFarL4TrbvajGlX/RORFHKlZZUzvv6UiCU73WdfKBvSpEtGA==",
"dev": true,
"license": "BSD-3-Clause",
"dependencies": {
"web-worker": "^1.5.0"
},
"engines": {
"bun": ">=0.7.0",
"deno": ">=1.0.0",
@ -17870,13 +17867,6 @@
"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",

View file

@ -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.17",
"@zip.js/zip.js": "^2.8.19",
"concurrently": "^9.2.1",
"cypress": "^15.10.0",
"cypress-axe": "^1.7.0",