diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-27 08:17:34 +0000 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-05-29 08:58:26 +0200 |
commit | da0704d056eef11c179ce7a9486139b5a9ce52b9 (patch) | |
tree | 9d7c0c9317f006ceb30684b71077fddf2fcc2556 /package.json | |
parent | fb583d5665771d15b0c1d20fc56781173cf7fd2e (diff) | |
download | nextcloud-server-da0704d056eef11c179ce7a9486139b5a9ce52b9.tar.gz nextcloud-server-da0704d056eef11c179ce7a9486139b5a9ce52b9.zip |
Bump webdav from 3.6.2 to 4.6.0
Bumps [webdav](https://github.com/perry-mitchell/webdav-client) from 3.6.2 to 4.6.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/v3.6.2...v4.6.0)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index dd9430bb751..08e2f5d5eef 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "vuedraggable": "^2.24.3", "vuex": "^3.6.2", "vuex-router-sync": "^5.0.0", - "webdav": "^3.6.2" + "webdav": "^4.6.0" }, "devDependencies": { "@babel/core": "^7.14.2", |