diff options
author | Christopher Ng <chrng8@gmail.com> | 2023-11-27 11:12:00 -0800 |
---|---|---|
committer | Eduardo Morales <emoral435@gmail.com> | 2023-11-27 18:06:27 -0600 |
commit | 52cf1b31781e9fed0a2d7ceda4f555592efb3c31 (patch) | |
tree | 3248519fa71f87024e8ddae785b3b595fc96cf8e /package.json | |
parent | f6059064f3f35fc512e2fdc769af6fee50acd89b (diff) | |
download | nextcloud-server-52cf1b31781e9fed0a2d7ceda4f555592efb3c31.tar.gz nextcloud-server-52cf1b31781e9fed0a2d7ceda4f555592efb3c31.zip |
fix(files): Empty files list when uid contains special chars
Signed-off-by: Christopher Ng <chrng8@gmail.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 69e261823fa..5f90a46cc87 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.0" + "webdav": "^5.3.1" }, "devDependencies": { "@babel/node": "^7.22.10", |