From 8d67a94bd4c3b62e3a312fd1edfb4d536bc682f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Mar 2025 06:45: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-9403194 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38f6e18..8bb875d 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": "^0.30.0", "babel-jest": "^27.4.4", "chance": "^1.1.8", "d3-scale": "^4.0.2",