diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-03 01:30:11 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-08-03 06:10:56 +0000 |
commit | 91b4ced220c422df259ef7c7bb2f907cebc036fb (patch) | |
tree | 190dbf2781901f9085e9e619ef8a414356ef7cfa /package.json | |
parent | 8b343f2b2443dba4d2fe42c9c5cc8867dd5aabf5 (diff) | |
download | nextcloud-server-91b4ced220c422df259ef7c7bb2f907cebc036fb.tar.gz nextcloud-server-91b4ced220c422df259ef7c7bb2f907cebc036fb.zip |
build(deps): bump webdav from 5.6.0 to 5.7.0
Bumps [webdav](https://github.com/perry-mitchell/webdav-client) from 5.6.0 to 5.7.0.
- [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/perry-mitchell/webdav-client/compare/v5.6.0...v5.7.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 1a945f2d785..33d0404f85a 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "vuedraggable": "^2.24.3", "vuex": "^3.6.2", "vuex-router-sync": "^5.0.0", - "webdav": "^5.6.0" + "webdav": "^5.7.0" }, "devDependencies": { "@babel/node": "^7.24.8", |