From 0a215696ae8b0f78177ce50bfe57b920e6ae495b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Mar 2025 05:58:40 +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-9292519 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 312e62e44..baa2ce7c6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -7,7 +7,7 @@ "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^12.8.3", - "axios": "^0.21.3", + "axios": "^1.8.2", "react": "^17.0.2", "react-bootstrap": "^1.6.1", "react-dom": "^17.0.2",