From bf82c01266d59bff01cc6153e21e1c793b41c4cb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 4 Oct 2022 19:18:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1038255 - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181 - 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..4b3fdf1 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.21.3", "chartist": "^0.11.0", "classnames": "^2.2.6", "dayjs": "^1.8.12",