From 545d6d754df5fcfd20f44df657b0d6a40b54c326 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Dec 2023 17:17: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-6124857 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43b3c7e..1aa4093 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@material-ui/core": "^4.10.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "^4.0.0-alpha.58", - "axios": "^0.21.1", + "axios": "^1.6.3", "babel-loader": "^8.2.2", "buffer": "^6.0.3", "cross-storage": "^1.0.0",