diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-02 01:19:17 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-09-06 00:20:37 +0000 |
commit | 685146c417ad2a8e163bec2bd74f3c3034ae1cd8 (patch) | |
tree | a93bd7c575b4756a29ba92bbbb32d013ee0fe843 /package.json | |
parent | 9df4da86ff5b5983206555da3cdee3cc87da2bfa (diff) | |
download | nextcloud-server-685146c417ad2a8e163bec2bd74f3c3034ae1cd8.tar.gz nextcloud-server-685146c417ad2a8e163bec2bd74f3c3034ae1cd8.zip |
chore(deps): Bump webdav from 5.2.3 to 5.3.0
Bumps [webdav](https://github.com/perry-mitchell/webdav-client) from 5.2.3 to 5.3.0.
- [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/perry-mitchell/webdav-client/compare/v5.2.3...v5.3.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 8180d054377..084a98f8640 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "vuedraggable": "^2.24.3", "vuex": "^3.6.2", "vuex-router-sync": "^5.0.0", - "webdav": "^5.2.2" + "webdav": "^5.3.0" }, "devDependencies": { "@babel/node": "^7.22.10", |