From b9fc8fba4a693f013542a88cbcf10cfb3e177cbf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Mar 2025 21:21:47 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 8e2aeaf32..b922c9a10 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -6,11 +6,11 @@ "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", - "axios": "^0.21.1", + "axios": "^0.30.0", "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.0.1" }, "scripts": {