From ca23bd5324bfecd575d5264dcd280cedebbedcc2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Apr 2026 09:13:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15930944 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b2a0bf..0f04e01 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "@mui/icons-material": "^5.15.12", "@mui/material": "^5.15.12", "ajv": "^6.12.3", - "axios": "^0.21.3", + "axios": "^1.13.2", "cross-storage": "^1.0.0", "css-loader": "^5.2.6", "date-fns": "^2.22.1",