From 2c37caabfa7c1f7c4fd651d2f29f659056fbc934 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Mar 2025 07:36:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1dc722d..1913164 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@heroicons/react": "^1.0.6", "@types/react": "^17.0.38", "@types/react-dom": "^17.0.11", - "axios": "^0.21.4", + "axios": "^1.8.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^6.0.0",