diff --git a/package-lock.json b/package-lock.json index 00615452c..a30ee95ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "vue": "^2.7.15", "vue-async-computed": "^3.9.0", "vue-material-design-icons": "^5.2.0", - "webdav": "^5.3.0" + "webdav": "^5.4.0" }, "devDependencies": { "@nextcloud/browserslist-config": "^3.0.0", @@ -1769,9 +1769,9 @@ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" }, "node_modules/@buttercup/fetch": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@buttercup/fetch/-/fetch-0.1.1.tgz", - "integrity": "sha512-RwBiPEmPaZv3oLOPY0fcmAGYdd3A4FDoYDc7JN+qxGTXumrYAYEC1RpyCM2pHSr6RYpuaAeg4A1fJy+PiigPIA==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@buttercup/fetch/-/fetch-0.2.1.tgz", + "integrity": "sha512-sCgECOx8wiqY8NN1xN22BqqKzXYIG2AicNLlakOAI4f0WgyLVUbAigMf8CZhBtJxdudTcB1gD5lciqi44jwJvg==", "optionalDependencies": { "node-fetch": "^3.3.0" } @@ -18423,11 +18423,11 @@ } }, "node_modules/webdav": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.3.0.tgz", - "integrity": "sha512-xRu/URZGCxDPXmT+9Gu6tNGvlETBwjcuz69lx/6Qlq/0q3Gu2GSVyRt+mP0vTlLFfaY3xZ5O/SPTQ578tC/45Q==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.4.0.tgz", + "integrity": "sha512-QCvHbzDvr1NKldx0lUHo2Z8Hc+dgvfORNP+a7Da8TRXVJXYTMIa3UKEwXIgkl8iVQUl4cJvU5EaT8hQ5HlfgPQ==", "dependencies": { - "@buttercup/fetch": "^0.1.1", + "@buttercup/fetch": "^0.2.1", "base-64": "^1.0.0", "byte-length": "^1.0.2", "fast-xml-parser": "^4.2.4", diff --git a/package.json b/package.json index 1e91cf023..67091d24a 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "vue": "^2.7.15", "vue-async-computed": "^3.9.0", "vue-material-design-icons": "^5.2.0", - "webdav": "^5.3.0" + "webdav": "^5.4.0" }, "browserslist": [ "extends @nextcloud/browserslist-config"