From d85f7449e6a7805905e207da0ebad1552c6f293c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Feb 2022 08:56:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e8e37f..477f1b8 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "@babel/runtime": "^7.4.3", "@material-ui/core": "^3.9.3", "@material-ui/icons": "^3.0.2", - "axios": "^0.19.0", + "axios": "^0.20.0", "chartist": "^0.11.0", "classnames": "^2.2.6", "dayjs": "^1.8.12",