diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-14 09:31:39 +0000 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2024-08-26 23:51:35 +0200 |
commit | 5c5eaf2630c810073a30e36f734754a6c14fd49b (patch) | |
tree | bc58afbffafc5822494d02567fc41895b26edade /package-lock.json | |
parent | 2b89ec16e344d0df7a397868f1d02fc8535f2e6f (diff) | |
download | nextcloud-server-5c5eaf2630c810073a30e36f734754a6c14fd49b.tar.gz nextcloud-server-5c5eaf2630c810073a30e36f734754a6c14fd49b.zip |
chore(deps): bump webdav from 5.7.0 to 5.7.1
Bumps [webdav](https://github.com/perry-mitchell/webdav-client) from 5.7.0 to 5.7.1.
- [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/perry-mitchell/webdav-client/compare/v5.7.0...v5.7.1)
---
updated-dependencies:
- dependency-name: webdav
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 26 |
1 files changed, 5 insertions, 21 deletions
diff --git a/package-lock.json b/package-lock.json index b5ffb2ab8b5..c4452c02499 100644 --- a/package-lock.json +++ b/package-lock.json @@ -85,7 +85,7 @@ "vuedraggable": "^2.24.3", "vuex": "^3.6.2", "vuex-router-sync": "^5.0.0", - "webdav": "^5.7.0" + "webdav": "^5.7.1" }, "devDependencies": { "@babel/node": "^7.24.8", @@ -29689,10 +29689,9 @@ } }, "node_modules/webdav": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.7.0.tgz", - "integrity": "sha512-jmdARXy26UGDRw6uxn9KK7l6BDqshMxnB5LVBxWVlchwQmECXSwNWX81oEp/WaZwYsyzTOR92wt6uxZDpDsxEA==", - "license": "MIT", + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.7.1.tgz", + "integrity": "sha512-JVPn3nLxXJfHSRvennHsOrDYjFLkilZ1Qlw8Ff6hpqp6AvkgF7a//aOh5wA4rMp+sLZ1Km0V+iv0LyO1FIwtXg==", "dependencies": { "@buttercup/fetch": "^0.2.1", "base-64": "^1.0.0", @@ -29702,7 +29701,7 @@ "hot-patcher": "^2.0.1", "layerr": "^3.0.0", "md5": "^2.3.0", - "minimatch": "^10.0.1", + "minimatch": "^9.0.5", "nested-property": "^4.0.0", "node-fetch": "^3.3.2", "path-posix": "^1.0.0", @@ -29734,21 +29733,6 @@ "url": "https://github.com/fb55/entities?sponsor=1" } }, - "node_modules/webdav/node_modules/minimatch": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz", - "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==", - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": "20 || >=22" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/webdav/node_modules/node-fetch": { "version": "3.3.2", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz", |