From fb4584b5cbae9520b922fc5472abb64704e397d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 17:35:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1d3dde7..f6068f8 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "google-map-react": "1.0.4", "jss-extend": "6.2.0", "keycode": "2.2.0", - "lint-staged": "^7.2.0", + "lint-staged": "^9.0.0", "lodash": "4.17.10", "material-ui": "^0.20.2", "material-ui-superselectfield": "^1.9.8", @@ -68,7 +68,7 @@ "react-responsive-carousel": "^3.1.51", "react-router-config": "1.0.0-beta.4", "react-router-dom": "4.3.1", - "react-scripts": "4.0.0", + "react-scripts": "5.0.0", "react-select": "^2.1.0", "react-spinkit": "^3.0.0", "react-swipeable-views": "0.12.13",