diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-18 00:57:48 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-01-18 01:07:10 +0000 |
commit | 9ddb41ea7e5f2c5ccb8df5c1c9a63a1308ea2f2f (patch) | |
tree | 6cec9fd5af5d38ecdea796fbdd4a2a9ea9f3fa4a /package.json | |
parent | 391f4995318160ecc7cc971719324ed88cfdce85 (diff) | |
download | nextcloud-server-9ddb41ea7e5f2c5ccb8df5c1c9a63a1308ea2f2f.tar.gz nextcloud-server-9ddb41ea7e5f2c5ccb8df5c1c9a63a1308ea2f2f.zip |
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>
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 537ffd5270a..5af4d3248de 100644 --- a/package.json +++ b/package.json @@ -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", |