aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-15 02:13:24 +0000
committerAndy Scherzinger <info@andy-scherzinger.de>2025-03-30 09:04:38 +0200
commitbcd06b2ee1db3a6c2e9038b9b3647c014b147027 (patch)
treed14c9cc4a61584bd01b28324f624d7c8e3efbfb6
parentefa7d59ce9ccb895648c809d95a553c09546b42a (diff)
downloadnextcloud-server-dependabot/npm_and_yarn/zip.js/zip.js-2.7.57.tar.gz
nextcloud-server-dependabot/npm_and_yarn/zip.js/zip.js-2.7.57.zip
build(deps-dev): bump @zip.js/zip.js from 2.7.54 to 2.7.57dependabot/npm_and_yarn/zip.js/zip.js-2.7.57
Bumps [@zip.js/zip.js](https://github.com/gildas-lormeau/zip.js) from 2.7.54 to 2.7.57. - [Release notes](https://github.com/gildas-lormeau/zip.js/releases) - [Commits](https://github.com/gildas-lormeau/zip.js/compare/v2.7.54...v2.7.57) --- updated-dependencies: - dependency-name: "@zip.js/zip.js" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json9
-rw-r--r--package.json2
2 files changed, 6 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 1612e9871ae..1ca7edfa191 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -111,7 +111,7 @@
"@vitest/coverage-v8": "^3.0.8",
"@vue/test-utils": "^1.3.5",
"@vue/tsconfig": "^0.5.1",
- "@zip.js/zip.js": "^2.7.54",
+ "@zip.js/zip.js": "^2.7.57",
"babel-loader": "^9.2.1",
"babel-loader-exclude-node-modules-except": "^1.2.1",
"babel-plugin-module-resolver": "^5.0.2",
@@ -7150,10 +7150,11 @@
"license": "Apache-2.0"
},
"node_modules/@zip.js/zip.js": {
- "version": "2.7.54",
- "resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.7.54.tgz",
- "integrity": "sha512-qMrJVg2hoEsZJjMJez9yI2+nZlBUxgYzGV3mqcb2B/6T1ihXp0fWBDYlVHlHquuorgNUQP5a8qSmX6HF5rFJNg==",
+ "version": "2.7.57",
+ "resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.7.57.tgz",
+ "integrity": "sha512-BtonQ1/jDnGiMed6OkV6rZYW78gLmLswkHOzyMrMb+CAR7CZO8phOHO6c2qw6qb1g1betN7kwEHhhZk30dv+NA==",
"dev": true,
+ "license": "BSD-3-Clause",
"engines": {
"bun": ">=0.7.0",
"deno": ">=1.0.0",
diff --git a/package.json b/package.json
index 7c5e20a5633..71ee9c49e6d 100644
--- a/package.json
+++ b/package.json
@@ -142,7 +142,7 @@
"@vitest/coverage-v8": "^3.0.8",
"@vue/test-utils": "^1.3.5",
"@vue/tsconfig": "^0.5.1",
- "@zip.js/zip.js": "^2.7.54",
+ "@zip.js/zip.js": "^2.7.57",
"babel-loader": "^9.2.1",
"babel-loader-exclude-node-modules-except": "^1.2.1",
"babel-plugin-module-resolver": "^5.0.2",