From 970120a3d9f3ec969846b14bf138e87d2e4728f5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Nov 2024 05:05:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1dc722d..aa22003 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.7.8", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^6.0.0",