From a5f9df3e8c6c35b72dc1a735c8c29fddb8b30e9a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Feb 2026 14:01:59 +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 d32b8fe0..efa89f08 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@babel/polyfill": "^7.12.1", "@material-ui/core": "^4.11.4", "@material-ui/icons": "^4.11.2", - "axios": "^0.25.0", + "axios": "^1.13.5", "babel-core": "^6.26.3", "bootstrap": "^4.5.0", "classnames": "^2.2.6",