From 4d9c97d8be87326ed0a62c7fd3be190356fa11bc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 May 2025 07:26:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index e944038..5348c54 100644 --- a/package.json +++ b/package.json @@ -15,10 +15,10 @@ "@emotion/styled": "^11.9.3", "@mui/icons-material": "^5.8.4", "@mui/lab": "^5.0.0-alpha.89", - "@mui/material": "^5.8.6", - "@mui/system": "^5.9.3", - "@mui/x-data-grid": "^5.15.1", - "@reduxjs/toolkit": "^1.8.3", + "@mui/material": "^7.0.0", + "@mui/system": "^7.0.0", + "@mui/x-data-grid": "^8.0.0", + "@reduxjs/toolkit": "^2.0.0", "axios": "^0.27.2", "foodzone-api-client": "file:../FoodZone-API-Client", "geolib": "^3.3.3", @@ -29,9 +29,9 @@ "react-dom": "18.2.0", "react-geocode": "^0.2.3", "react-geolocated": "^4.0.3", - "react-redux": "^8.0.2", + "react-redux": "^9.0.0", "react-toastify": "^9.0.5", - "redux": "^4.2.0", + "redux": "^5.0.0", "sort-array": "^4.1.5" }, "devDependencies": {