mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
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] <support@github.com>
This commit is contained in:
parent
e926e2ddc9
commit
c393b5d386
2 changed files with 14 additions and 5 deletions
17
package-lock.json
generated
17
package-lock.json
generated
|
|
@ -111,7 +111,7 @@
|
|||
"@vitest/coverage-v8": "^2.1.9",
|
||||
"@vue/test-utils": "^1.3.5",
|
||||
"@vue/tsconfig": "^0.5.1",
|
||||
"@zip.js/zip.js": "^2.8.16",
|
||||
"@zip.js/zip.js": "^2.8.17",
|
||||
"babel-loader": "^9.2.1",
|
||||
"babel-loader-exclude-node-modules-except": "^1.2.1",
|
||||
"babel-plugin-module-resolver": "^5.0.2",
|
||||
|
|
@ -7400,10 +7400,13 @@
|
|||
"license": "Apache-2.0"
|
||||
},
|
||||
"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,
|
||||
"dependencies": {
|
||||
"web-worker": "^1.5.0"
|
||||
},
|
||||
"engines": {
|
||||
"bun": ">=0.7.0",
|
||||
"deno": ">=1.0.0",
|
||||
|
|
@ -26599,6 +26602,12 @@
|
|||
"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
|
||||
},
|
||||
"node_modules/webdav": {
|
||||
"version": "5.9.0",
|
||||
"resolved": "https://registry.npmjs.org/webdav/-/webdav-5.9.0.tgz",
|
||||
|
|
|
|||
|
|
@ -148,7 +148,7 @@
|
|||
"@vitest/coverage-v8": "^2.1.9",
|
||||
"@vue/test-utils": "^1.3.5",
|
||||
"@vue/tsconfig": "^0.5.1",
|
||||
"@zip.js/zip.js": "^2.8.16",
|
||||
"@zip.js/zip.js": "^2.8.17",
|
||||
"babel-loader": "^9.2.1",
|
||||
"babel-loader-exclude-node-modules-except": "^1.2.1",
|
||||
"babel-plugin-module-resolver": "^5.0.2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue