From 050c6a4f3c230c4bf015e06404a62431ce31ca7f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 17:46: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 f228bd8..c93002b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@material-ui/core": "^4.7.2", "@material-ui/icons": "^4.5.1", - "axios": "^0.19.0", + "axios": "^1.6.4", "axios-mock-adapter": "^1.17.0", "clsx": "^1.0.4", "connected-react-router": "^6.6.1",