From 4087d732547aaf41533f54866308c33457a00502 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Dec 2024 06:59:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7bf7e54..0e2c039 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@mui/icons-material": "^5.8.2", "@mui/lab": "^5.0.0-alpha.89", "@mui/material": "^5.8.0", - "axios": "^0.27.2", + "axios": "^1.7.8", "next": "12.3.4", "react": "18.2.0", "react-dom": "18.2.0",