From 85b91e22a2beca38d95a4b2560353fb7cd1fecb5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Sep 2025 07:07:06 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 2a130c1..cb57adc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -9,7 +9,7 @@ "@testing-library/jest-dom": "^5.11.10", "@testing-library/react": "^11.2.6", "@testing-library/user-event": "^12.8.3", - "axios": "^0.21.1", + "axios": "^1.12.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^5.2.0",