From 0ea5046498708ed184ec3e6c653b5c5ebf00271f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 14:17:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ba3b92..e36bb50 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@loadable/component": "^5.15.2", "@mui/icons-material": "^5.3.1", "@mui/material": "^5.3.1", - "axios": "^0.25.0", + "axios": "^1.6.4", "clsx": "^1.1.1", "copy-to-clipboard": "^3.3.1", "date-fns": "^2.28.0",