From 95d19267cd45a28f2c7e3ebc2fa5c5159f7a5ba8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 15:17:05 +0000 Subject: [PATCH] fix(deps): update dependency vue-async-computed to v4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c9f62fc2..b7e3f38a0 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "nextcloud-server": "^0.15.10", "path-parse": "^1.0.7", "vue": "^2.7.16", - "vue-async-computed": "^3.9.0", + "vue-async-computed": "^4.0.1", "vue-material-design-icons": "^5.3.0", "webdav": "^5.4.0" },