⬆️ Bump webdav in /nextcloud_backup/rootfs/opt/nextcloud_backup (#68)

Bumps [webdav](https://github.com/perry-mitchell/webdav-client) from 4.3.0 to 4.5.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.3.0...v4.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-05-18 09:45:04 +02:00 committed by GitHub
parent e3be84f97a
commit e49e94d1f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -22,7 +22,7 @@
"jquery": "^3.6.0", "jquery": "^3.6.0",
"moment": "^2.29.1", "moment": "^2.29.1",
"morgan": "~1.10.0", "morgan": "~1.10.0",
"webdav": "^4.3.0", "webdav": "^4.5.0",
"winston": "^3.3.3" "winston": "^3.3.3"
} }
}, },
@ -1505,9 +1505,9 @@
} }
}, },
"node_modules/webdav": { "node_modules/webdav": {
"version": "4.3.0", "version": "4.5.0",
"resolved": "https://registry.npmjs.org/webdav/-/webdav-4.3.0.tgz", "resolved": "https://registry.npmjs.org/webdav/-/webdav-4.5.0.tgz",
"integrity": "sha512-Fa8mw2OmdxCEWO4EO8po7h5t1Av4Mjbn4S4CwTT4TPwF1I58V1eF/lZfr8M2Cc+pYted45Y5ku0S7d1HUVcEgQ==", "integrity": "sha512-S7f+4oURoGtTIsNoUQKDaSxTgFGWlEw/tMXEf7QmpS4QFYmbaMlYsemz6Se4Gq6hOLJCFwQzmbygSY07P9aQUA==",
"dependencies": { "dependencies": {
"axios": "^0.21.1", "axios": "^0.21.1",
"base-64": "^1.0.0", "base-64": "^1.0.0",
@ -2800,9 +2800,9 @@
"integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw="
}, },
"webdav": { "webdav": {
"version": "4.3.0", "version": "4.5.0",
"resolved": "https://registry.npmjs.org/webdav/-/webdav-4.3.0.tgz", "resolved": "https://registry.npmjs.org/webdav/-/webdav-4.5.0.tgz",
"integrity": "sha512-Fa8mw2OmdxCEWO4EO8po7h5t1Av4Mjbn4S4CwTT4TPwF1I58V1eF/lZfr8M2Cc+pYted45Y5ku0S7d1HUVcEgQ==", "integrity": "sha512-S7f+4oURoGtTIsNoUQKDaSxTgFGWlEw/tMXEf7QmpS4QFYmbaMlYsemz6Se4Gq6hOLJCFwQzmbygSY07P9aQUA==",
"requires": { "requires": {
"axios": "^0.21.1", "axios": "^0.21.1",
"base-64": "^1.0.0", "base-64": "^1.0.0",

View File

@ -20,7 +20,7 @@
"jquery": "^3.6.0", "jquery": "^3.6.0",
"moment": "^2.29.1", "moment": "^2.29.1",
"morgan": "~1.10.0", "morgan": "~1.10.0",
"webdav": "^4.3.0", "webdav": "^4.5.0",
"winston": "^3.3.3" "winston": "^3.3.3"
} }
} }