From a5af053730bb27ff27d1d5ea2a8ff5685991e84b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Sep 2025 08:11:04 +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 de0d94b..b8bb044 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@material-ui/icons": "^4.9.1", "@material-ui/pickers": "^3.2.10", "@material-ui/system": "^4.9.14", - "axios": "^0.20.0", + "axios": "^1.12.0", "date-fns": "^2.16.1", "eslint-config-prettier": "^6.12.0", "eslint-plugin-prettier": "^3.1.4",