From 7f08c49dec0c7366a72b5a12f12efc7ce90b8600 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Oct 2023 06:43:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43b3c7e..b907d67 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.0", "babel-loader": "^8.2.2", "buffer": "^6.0.3", "cross-storage": "^1.0.0",