From 5727e6c42fa4538701e89be1384ecfa6948e7a19 Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Mon, 15 Apr 2024 23:49:55 +0000
Subject: [PATCH] fix: package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-LODASH-6139239
---
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index c36faf7..c3eebcc 100644
--- a/package.json
+++ b/package.json
@@ -7,12 +7,12 @@
     "body-parser": "^1.18.3",
     "express": "^4.16.3",
     "mongodb": "^3.1.1",
-    "node-sass-chokidar": "^1.3.3",
+    "node-sass-chokidar": "^2.0.0",
     "npm-run-all": "^4.1.3",
     "react": "^16.4.2",
     "react-dom": "^16.4.2",
     "react-gravatar": "^2.6.3",
-    "react-scripts": "1.1.4"
+    "react-scripts": "4.0.0"
   },
   "scripts": {
     "build-css": "node-sass-chokidar src/ -o src/",