From 270604aefa684f3420cc0e8ad95a20c059a393fb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Mar 2025 07:14:47 +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 38f6e18..0379f3a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@types/recharts": "^1.8.23", "add": "^2.0.6", "animejs": "^3.2.1", - "axios": "^0.25.0", + "axios": "^1.8.2", "babel-jest": "^27.4.4", "chance": "^1.1.8", "d3-scale": "^4.0.2",