From 5cc69c4dc72e6d740ff7c065733f91f59f4df8f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Sep 2025 05:20:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ba3b92..90678a6 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@loadable/component": "^5.15.2", "@mui/icons-material": "^5.3.1", "@mui/material": "^5.3.1", - "axios": "^0.25.0", + "axios": "^1.12.0", "clsx": "^1.1.1", "copy-to-clipboard": "^3.3.1", "date-fns": "^2.28.0",