From 85e522fe1cbc4c9ce33015f6b7ffcd2dbabd8599 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 11:13:22 +0000 Subject: [PATCH] fix(deps): update dependency vue to v3 [security] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12bfe76d..f907403b 100755 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@nextcloud/password-confirmation": "^5.1.1", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^8.19.0", - "vue": "^2.7.14", + "vue": "^3.0.0", "vue-material-design-icons": "^5.3.1", "vue-router": "^3.5.3", "vuex": "^3.6.2",