From 762ca14c71940deb4dbb27a3dbfbf9e3d6b72d1d 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:04:19 +0000 Subject: [PATCH] fix: upgrade pinia from 2.1.4 to 2.3.1 Snyk has created this PR to upgrade pinia from 2.1.4 to 2.3.1. See this package in npm: pinia 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..c9599cd 100644 --- a/frontend/todo-app-vue3/package.json +++ b/frontend/todo-app-vue3/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "axios": "^1.3.4", - "pinia": "^2.1.4", + "pinia": "^2.3.1", "usemodal-vue3": "^0.3.7", "vue": "^3.3.0", "vue-demi": "^0.14.5",