From 9926620666dc80d0d01b8c9221a1978a881d23bf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 01:42:05 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 2912dde..28d0ccb 100644 --- a/client/package.json +++ b/client/package.json @@ -21,7 +21,7 @@ "react-materialize": "^3.0.3", "react-router-dom": "^4.3.1", "react-router-hash-link": "^1.2.1", - "react-scripts": "2.1.8", + "react-scripts": "4.0.0", "react-scroll-up": "^1.3.3", "react-table": "^6.9.2", "snyk": "^1.161.1"