Browse Source

chore(deps): Bump webdav from 5.3.2 to 5.4.0

Bumps [webdav](https://github.com/perry-mitchell/webdav-client) from 5.3.2 to 5.4.0.
- [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/perry-mitchell/webdav-client/compare/v5.3.2...v5.4.0)

---
updated-dependencies:
- dependency-name: webdav
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
tags/v29.0.0beta1
dependabot[bot] 2 months ago
parent
commit
87efe57b96
4 changed files with 12 additions and 12 deletions
  1. 2
    2
      dist/core-common.js
  2. 1
    1
      dist/core-common.js.map
  3. 8
    8
      package-lock.json
  4. 1
    1
      package.json

+ 2
- 2
dist/core-common.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/core-common.js.map
File diff suppressed because it is too large
View File


+ 8
- 8
package-lock.json View File

@@ -87,7 +87,7 @@
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0",
"webdav": "^5.3.2",
"webdav": "^5.4.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
@@ -1965,9 +1965,9 @@
"integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw=="
},
"node_modules/@buttercup/fetch": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/@buttercup/fetch/-/fetch-0.1.2.tgz",
"integrity": "sha512-mDBtsysQ0Gnrp4FamlRJGpu7HUHwbyLC4uUav1I7QAqThFAa/4d1cdZCxrV5gKvh6zO1fu95bILNJi4Y2hALhQ==",
"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"
}
@@ -27398,11 +27398,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",

+ 1
- 1
package.json View File

@@ -114,7 +114,7 @@
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0",
"webdav": "^5.3.2",
"webdav": "^5.4.0",
"xml2js": "^0.6.2"
},
"devDependencies": {

Loading…
Cancel
Save