From 2180ce3b07065a7ca0e3bca28eb1a295a7f29fec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 15:34:44 +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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- 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",