fix(deps): bump webdav from 5.3.2 to ^5.4.0 (main) (#5812)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-28 13:15:06 +00:00 committed by GitHub
parent 752b87eb99
commit 07e87f49d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -52,7 +52,7 @@
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0",
"webdav": "^5.3.2"
"webdav": "^5.4.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
@ -1888,9 +1888,9 @@
"dev": true
},
"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"
}
@ -19819,11 +19819,11 @@
}
},
"node_modules/webdav": {
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/webdav/-/webdav-5.3.2.tgz",
"integrity": "sha512-wfUh68rccDcH1A9W5gdcAflBm0EOeXrX3LwKbdDLWR0SDFE5QTPfLXPkDit+zGC0tRihCD9qzPfIVEUFoc7MwA==",
"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",

View File

@ -79,7 +79,7 @@
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0",
"webdav": "^5.3.2"
"webdav": "^5.4.0"
},
"browserslist": [
"extends @nextcloud/browserslist-config"