From 2aa236b53a399b8e4b58ac414604b4d15cdc02e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Mar 2025 01:58:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e944038..7a0972f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@mui/system": "^5.9.3", "@mui/x-data-grid": "^5.15.1", "@reduxjs/toolkit": "^1.8.3", - "axios": "^0.27.2", + "axios": "^0.30.0", "foodzone-api-client": "file:../FoodZone-API-Client", "geolib": "^3.3.3", "lottie-react": "^2.3.1",