From 5ce3f9b66831d061816a6e78b4d421a195a02d15 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jan 2024 15:10:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6141137 --- 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",