From f757063b22af08e6127efd95bd1b1c8ee8bc80cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 01:37:02 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7da19ef..3d2f8df 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "react": "^16.2.0", "react-dom": "^16.2.0", - "react-scripts": "1.1.1" + "react-scripts": "4.0.0" }, "scripts": { "start": "react-scripts start",