diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-06-30 09:57:40 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-07-05 16:20:33 +0200 |
commit | 18f88a7042087f4ea93d66290ee6196b19a5db78 (patch) | |
tree | c1126000dcad7eb4163950618575078d4ef34f8c /package.json | |
parent | 28c2d9e9063b05ad6eff9a227764a9571db4fcbe (diff) | |
download | nextcloud-server-18f88a7042087f4ea93d66290ee6196b19a5db78.tar.gz nextcloud-server-18f88a7042087f4ea93d66290ee6196b19a5db78.zip |
chore: update webdav to 5.2.2
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.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 17bff96d299..05bd3d78044 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.1" + "webdav": "^5.2.2" }, "devDependencies": { "@babel/node": "^7.20.7", |