diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-21 03:01:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-21 03:01:54 +0000 |
commit | 454918921b1c1afb763b94b2419cbaaa85b7094e (patch) | |
tree | eebb46b5ae007ea2da7dc6f0509c863a1ac15902 | |
parent | 81f9fc02f89c9cb2334e5bfa4e874d36f47f4cca (diff) | |
download | nextcloud-server-dependabot/npm_and_yarn/zip.js/zip.js-2.7.54.tar.gz nextcloud-server-dependabot/npm_and_yarn/zip.js/zip.js-2.7.54.zip |
chore(deps-dev): bump @zip.js/zip.js from 2.7.53 to 2.7.54dependabot/npm_and_yarn/zip.js/zip.js-2.7.54
Bumps [@zip.js/zip.js](https://github.com/gildas-lormeau/zip.js) from 2.7.53 to 2.7.54.
- [Release notes](https://github.com/gildas-lormeau/zip.js/releases)
- [Commits](https://github.com/gildas-lormeau/zip.js/compare/v2.7.53...v2.7.54)
---
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.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index f157d915f6e..244aeeeb658 100644 --- a/package-lock.json +++ b/package-lock.json @@ -112,7 +112,7 @@ "@vitest/coverage-v8": "^2.1.5", "@vue/test-utils": "^1.3.5", "@vue/tsconfig": "^0.5.1", - "@zip.js/zip.js": "^2.7.53", + "@zip.js/zip.js": "^2.7.54", "babel-loader": "^9.2.1", "babel-loader-exclude-node-modules-except": "^1.2.1", "babel-plugin-module-resolver": "^5.0.2", @@ -7194,9 +7194,9 @@ "license": "Apache-2.0" }, "node_modules/@zip.js/zip.js": { - "version": "2.7.53", - "resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.7.53.tgz", - "integrity": "sha512-G6Bl5wN9EXXVaTUIox71vIX5Z454zEBe+akKpV4m1tUboIctT5h7ID3QXCJd/Lfy2rSvmkTmZIucf1jGRR4f5A==", + "version": "2.7.54", + "resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.7.54.tgz", + "integrity": "sha512-qMrJVg2hoEsZJjMJez9yI2+nZlBUxgYzGV3mqcb2B/6T1ihXp0fWBDYlVHlHquuorgNUQP5a8qSmX6HF5rFJNg==", "dev": true, "engines": { "bun": ">=0.7.0", diff --git a/package.json b/package.json index dbb84320df1..50093aab2d5 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "@vitest/coverage-v8": "^2.1.5", "@vue/test-utils": "^1.3.5", "@vue/tsconfig": "^0.5.1", - "@zip.js/zip.js": "^2.7.53", + "@zip.js/zip.js": "^2.7.54", "babel-loader": "^9.2.1", "babel-loader-exclude-node-modules-except": "^1.2.1", "babel-plugin-module-resolver": "^5.0.2", |