From acb41ee49939ae7a064626354c68c9d01881f950 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 17:03:17 +0000 Subject: [PATCH] fix: upgrade vue from 3.3.4 to 3.5.27 Snyk has created this PR to upgrade vue from 3.3.4 to 3.5.27. See this package in npm: vue See this project in Snyk: https://app.snyk.io/org/test-cAX4cfyGGwqSqgMRHFEhFe/project/c0f42b6a-daaf-4f16-9405-b3197f82dd10?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- frontend/todo-app-vue3/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/todo-app-vue3/package.json b/frontend/todo-app-vue3/package.json index a8edbf0..7385bba 100644 --- a/frontend/todo-app-vue3/package.json +++ b/frontend/todo-app-vue3/package.json @@ -16,7 +16,7 @@ "axios": "^1.3.4", "pinia": "^2.1.4", "usemodal-vue3": "^0.3.7", - "vue": "^3.3.0", + "vue": "^3.5.27", "vue-demi": "^0.14.5", "vue-router": "^4.1.6", "vuex": "^4.0.2"