From 79730a9cf5c6273f7faf93fd39216f315a4898f7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Mar 2024 20:37:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6444610 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f228bd8..98f2257 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@material-ui/core": "^4.7.2", "@material-ui/icons": "^4.5.1", - "axios": "^0.19.0", + "axios": "^0.21.1", "axios-mock-adapter": "^1.17.0", "clsx": "^1.0.4", "connected-react-router": "^6.6.1",