diff --git a/package-lock.json b/package-lock.json index f2760ccca..67b2c7177 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "vue": "^2.7.16", "vue-async-computed": "^3.9.0", "vue-material-design-icons": "^5.3.0", - "webdav": "^5.6.0" + "webdav": "^5.7.1" }, "devDependencies": { "@babel/plugin-proposal-class-properties": "^7.18.6", @@ -22924,7 +22924,6 @@ "version": "5.7.1", "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.7.1.tgz", "integrity": "sha512-JVPn3nLxXJfHSRvennHsOrDYjFLkilZ1Qlw8Ff6hpqp6AvkgF7a//aOh5wA4rMp+sLZ1Km0V+iv0LyO1FIwtXg==", - "license": "MIT", "dependencies": { "@buttercup/fetch": "^0.2.1", "base-64": "^1.0.0", @@ -22949,7 +22948,6 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/entities/-/entities-5.0.0.tgz", "integrity": "sha512-BeJFvFRJddxobhvEdm5GqHzRV/X+ACeuw0/BuuxsCh1EUZcAIz8+kYmBp/LrQuloy6K1f3a0M7+IhmZ7QnkISA==", - "license": "BSD-2-Clause", "engines": { "node": ">=0.12" }, @@ -22961,7 +22959,6 @@ "version": "9.0.5", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", - "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, diff --git a/package.json b/package.json index 6c005d882..e4cae6d48 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "vue": "^2.7.16", "vue-async-computed": "^3.9.0", "vue-material-design-icons": "^5.3.0", - "webdav": "^5.6.0" + "webdav": "^5.7.1" }, "browserslist": [ "extends @nextcloud/browserslist-config"