From 7bcbe7ce66c5689597f9168d9e3c9c1e1378dfa2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Dec 2024 04:55:25 +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 6524de79..fd387059 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@brainhubeu/react-carousel": "^1.10.17", "@mdi/js": "^3.7.95", "@mdi/react": "^1.1.1", - "axios": "^0.19.0", + "axios": "^1.7.8", "lodash": "^4.17.11", "material-icons-react": "^1.0.4", "moment": "^2.24.0",