From a547d5f67ea3d613fe96768918f198f8a7e0a8b4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 15:37:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e8e37f..4f77de9 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": "^1.6.4", "chartist": "^0.11.0", "classnames": "^2.2.6", "dayjs": "^1.8.12",