From 73b1671d5e6bdd7ce19c9e5a8e1fca121cecbab1 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:33 +0000 Subject: [PATCH] fix: upgrade axios from 1.3.4 to 1.13.4 Snyk has created this PR to upgrade axios from 1.3.4 to 1.13.4. See this package in npm: axios 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..13e7b3b 100644 --- a/frontend/todo-app-vue3/package.json +++ b/frontend/todo-app-vue3/package.json @@ -13,7 +13,7 @@ "test": "jest" }, "dependencies": { - "axios": "^1.3.4", + "axios": "^1.13.4", "pinia": "^2.1.4", "usemodal-vue3": "^0.3.7", "vue": "^3.3.0",