From 670e874b3a80c5105cda4644d77310d9ff45d1d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Nov 2024 04:13:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-FIREBASEAUTH-8383231 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1d3dde7..7cbaae9 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "downshift": "2.0.0", "express": "^4.17.1", "express-favicon": "^2.0.1", - "firebase": "5.0.4", + "firebase": "10.9.0", "formsy-react": "1.1.4", "google-map-react": "1.0.4", "jss-extend": "6.2.0", @@ -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",