From e84a2d023d9f3517078ad2d756951fa8f7fc8465 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 May 2024 04:29:36 +0000 Subject: [PATCH] fix: cmd/lotus-townhall/townhall/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-7148531 --- cmd/lotus-townhall/townhall/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/lotus-townhall/townhall/package.json b/cmd/lotus-townhall/townhall/package.json index 5a8167622fd..63da8b2d2f2 100644 --- a/cmd/lotus-townhall/townhall/package.json +++ b/cmd/lotus-townhall/townhall/package.json @@ -5,7 +5,7 @@ "dependencies": { "react": "^16.10.2", "react-dom": "^16.10.2", - "react-scripts": "3.2.0" + "react-scripts": "5.0.0" }, "scripts": { "start": "react-scripts start",