From 0c94d8d979ff4bfe42c1ac7f1d56e9f807dd5bc0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Sep 2024 22:22:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6141137 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6444610 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e944038..5bcd49d 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@babel/core": "^7.0.0", + "@babel/core": "^7.23.2", "@dropzone-ui/react": "^6.7.5", "@emotion/react": "^11.9.3", "@emotion/styled": "^11.9.3", @@ -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": "^1.6.8", "foodzone-api-client": "file:../FoodZone-API-Client", "geolib": "^3.3.3", "lottie-react": "^2.3.1",