From 99a73372b6afa142713148de08dada883d2123a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 12:10:36 +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-15252993 - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 2a130c1..90c8d3d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -9,11 +9,11 @@ "@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.13.5", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^5.2.0", - "react-scripts": "4.0.3", + "react-scripts": "5.0.0", "web-vitals": "^1.1.1" }, "scripts": {