From cbd72c9953e25e74a5ae9af1246d3fabef9a3e0f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jan 2024 18:25:02 +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 9e8e37f..11f5ce9 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.1", "chartist": "^0.11.0", "classnames": "^2.2.6", "dayjs": "^1.8.12",