From d43cc7e48a7b8173aaad2806b44c9c86036b654f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Dec 2023 16:28:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae86eed..e36f975 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.3", "cross-storage": "^1.0.0", "css-loader": "^5.2.6", "date-fns": "^2.22.1",