From 89ba364e68d2661b8b77fc1efeaeb83a5c800d6f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Feb 2026 12:25:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a5826efb..976f1aeb 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@mui/styles": "5.16.11", "@mui/x-date-pickers": "^5.0.20", "alertifyjs": "^1.14.0", - "axios": "^0.21.4", + "axios": "^1.13.5", "core-js": "^3.47.0", "d3": "^7.9.0", "d3-v6-tip": "^1.0.9",