From 7e991270b800d3e35dee131a7d5f5e67bd46e64b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 01:47:33 +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 b7f0ae7..ee2ca3f 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "flex-plugin": "^1.3.4", "react": "^16.5.2", "react-dom": "^16.5.2", - "react-scripts": "1.1.5", + "react-scripts": "4.0.0", "react-select": "^2.4.1", "@emotion/core": "^10.0.10" },