Bump webdav from 4.7.0 to 4.8.0

Bumps [webdav](https://github.com/perry-mitchell/webdav-client) from 4.7.0 to 4.8.0.
- [Release notes](https://github.com/perry-mitchell/webdav-client/releases)
- [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/perry-mitchell/webdav-client/compare/v4.7.0...v4.8.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>
This commit is contained in:
dependabot[bot] 2022-01-18 00:57:48 +00:00 committed by nextcloud-command
parent 391f499531
commit 9ddb41ea7e
4 changed files with 13 additions and 28 deletions

BIN
dist/core-common.js vendored

Binary file not shown.

Binary file not shown.

39
package-lock.json generated
View File

@ -77,7 +77,7 @@
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0",
"webdav": "^4.7.0"
"webdav": "^4.8.0"
},
"devDependencies": {
"@nextcloud/babel-config": "^1.0.0",
@ -16203,11 +16203,11 @@
}
},
"node_modules/webdav": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/webdav/-/webdav-4.7.0.tgz",
"integrity": "sha512-R1WZl/JeFPAmSEn1EPCmxSdPY8IxS/P0qnxAzBeRqEewpxVJ/UiCMJwXHLpyVsKYA1PIb1dYv+UTQsbNaQnLBw==",
"version": "4.8.0",
"resolved": "https://registry.npmjs.org/webdav/-/webdav-4.8.0.tgz",
"integrity": "sha512-CVJvxu0attEfoQUKraDiNh3uMjNPNl+BY0pbcKbyc/X+8IXDnqAT4tT4Ge12w+j49fYuVpFVkpEGwBZabv7Uhw==",
"dependencies": {
"axios": "^0.21.1",
"axios": "^0.24.0",
"base-64": "^1.0.0",
"fast-xml-parser": "^3.19.0",
"he": "^1.2.0",
@ -16219,14 +16219,9 @@
"path-posix": "^1.0.0",
"url-join": "^4.0.1",
"url-parse": "^1.5.3"
}
},
"node_modules/webdav/node_modules/axios": {
"version": "0.21.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz",
"integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==",
"dependencies": {
"follow-redirects": "^1.14.0"
},
"engines": {
"node": ">=10"
}
},
"node_modules/webidl-conversions": {
@ -29055,11 +29050,11 @@
}
},
"webdav": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/webdav/-/webdav-4.7.0.tgz",
"integrity": "sha512-R1WZl/JeFPAmSEn1EPCmxSdPY8IxS/P0qnxAzBeRqEewpxVJ/UiCMJwXHLpyVsKYA1PIb1dYv+UTQsbNaQnLBw==",
"version": "4.8.0",
"resolved": "https://registry.npmjs.org/webdav/-/webdav-4.8.0.tgz",
"integrity": "sha512-CVJvxu0attEfoQUKraDiNh3uMjNPNl+BY0pbcKbyc/X+8IXDnqAT4tT4Ge12w+j49fYuVpFVkpEGwBZabv7Uhw==",
"requires": {
"axios": "^0.21.1",
"axios": "^0.24.0",
"base-64": "^1.0.0",
"fast-xml-parser": "^3.19.0",
"he": "^1.2.0",
@ -29071,16 +29066,6 @@
"path-posix": "^1.0.0",
"url-join": "^4.0.1",
"url-parse": "^1.5.3"
},
"dependencies": {
"axios": {
"version": "0.21.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz",
"integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==",
"requires": {
"follow-redirects": "^1.14.0"
}
}
}
},
"webidl-conversions": {

View File

@ -93,7 +93,7 @@
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0",
"webdav": "^4.7.0"
"webdav": "^4.8.0"
},
"devDependencies": {
"@nextcloud/babel-config": "^1.0.0",