From 8d659e1030f86ec6bb0a9dd2a8a2be23500afa2a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Dec 2023 14:03:09 +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 a97528f..08c8903 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "license": "MIT", "dependencies": { "@material-ui/core": "^4.11.4", - "axios": "^0.27.2", + "axios": "^1.6.3", "bcrypt-nodejs": "0.0.3", "body-parser": "^1.19.0", "cookie-parser": "^1.4.5",