From c0aa31e4cd8c280c8d247ddfc447544f051266cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 17:59:46 +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 ae86eed..5ed8eee 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.58", "ajv": "^6.12.3", - "axios": "^0.21.3", + "axios": "^1.6.4", "cross-storage": "^1.0.0", "css-loader": "^5.2.6", "date-fns": "^2.22.1",