From 2ffdc57dad71404432968efc5fc7078d649244fa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Feb 2026 14:05:31 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index f9cf888..1d34871 100644 --- a/client/package.json +++ b/client/package.json @@ -6,7 +6,7 @@ "@testing-library/jest-dom": "^5.16.2", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^12.8.3", - "axios": "^0.26.1", + "axios": "^1.13.5", "react": "^18.0.0", "react-dom": "^18.0.0", "react-router-dom": "^6.3.0",