From 51c2011c792775a850cd573e23c856517f2949c7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Dec 2021 03:12:12 +0000 Subject: [PATCH] fix: upgrade react-scripts from 3.2.0 to 3.4.4 Snyk has created this PR to upgrade react-scripts from 3.2.0 to 3.4.4. See this package in npm: https://www.npmjs.com/package/react-scripts See this project in Snyk: https://app.snyk.io/org/irinazheltisheva/project/8c18adfa-24a7-4d13-b81c-04115fa7479d?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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..b91da8959c0 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": "3.4.4" }, "scripts": { "start": "react-scripts start",