From e91ff2e2143c1db368ea7195fcf7d2c85b8930f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Oct 2023 03:04:59 +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 91190b3e1..46b273d51 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@material-ui/icons": "^4.0.0", "@material-ui/lab": "^4.0.0-alpha.57", "@types/react-rnd": "^8.0.0", - "axios": "^0.19.2", + "axios": "^1.6.0", "babel-loader": "^8.0.6", "copy-webpack-plugin": "^4.6.0", "css-loader": "^3.0.0",