diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-02 02:59:49 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-03-03 19:48:25 +0000 |
commit | 87efe57b96da2d2fa1a27bac26022c2d05c3fdb2 (patch) | |
tree | b077d6b9912604bef198c3bf6965b1b7740ff3a2 /package.json | |
parent | 5748c8cf63975c80700cfdcb846cc3ca1ceef4a2 (diff) | |
download | nextcloud-server-87efe57b96da2d2fa1a27bac26022c2d05c3fdb2.tar.gz nextcloud-server-87efe57b96da2d2fa1a27bac26022c2d05c3fdb2.zip |
chore(deps): Bump webdav from 5.3.2 to 5.4.0
Bumps [webdav](https://github.com/perry-mitchell/webdav-client) from 5.3.2 to 5.4.0.
- [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/perry-mitchell/webdav-client/compare/v5.3.2...v5.4.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 71da600b080..77d78545eea 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "vuedraggable": "^2.24.3", "vuex": "^3.6.2", "vuex-router-sync": "^5.0.0", - "webdav": "^5.3.2", + "webdav": "^5.4.0", "xml2js": "^0.6.2" }, "devDependencies": { |