From 52cf1b31781e9fed0a2d7ceda4f555592efb3c31 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Mon, 27 Nov 2023 11:12:00 -0800 Subject: [PATCH] fix(files): Empty files list when uid contains special chars Signed-off-by: Christopher Ng --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 96a278bfc9f..73de8fbf5e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -87,7 +87,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", @@ -27112,9 +27112,9 @@ } }, "node_modules/webdav": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.3.0.tgz", - "integrity": "sha512-xRu/URZGCxDPXmT+9Gu6tNGvlETBwjcuz69lx/6Qlq/0q3Gu2GSVyRt+mP0vTlLFfaY3xZ5O/SPTQ578tC/45Q==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.3.1.tgz", + "integrity": "sha512-wzZdTHtMuSIXqHGBznc8FM2L94Mc/17Tbn9ppoMybRO0bjWOSIeScdVXWX5qqHsg00EjfiOcwMqGFx6ghIhccQ==", "dependencies": { "@buttercup/fetch": "^0.1.1", "base-64": "^1.0.0", 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", -- 2.39.5