From adbe22193f83af46c2976a104b449662906c871d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 20:42:59 +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 f60d9ab..73349d9 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "react": "^16.5.2", "react-dom": "^16.5.2", "react-script": "^2.0.5", - "react-scripts": "^2.0.4", + "react-scripts": "^4.0.0", "semantic-ui-react": "^0.82.5", "sqreen": "^1.27.1" },