From c84c7f1fc76f9d38cb266b63d398ef681c1cdc5f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Feb 2021 01:18:06 +0000 Subject: [PATCH] fix: upgrade open from 7.0.2 to 7.3.1 Snyk has created this PR to upgrade open from 7.0.2 to 7.3.1. See this package in npm: https://www.npmjs.com/package/open See this project in Snyk: https://app.snyk.io/org/branded-entertainment-network/project/334a5543-13f4-4f00-849a-23bafb6dcca0?utm_source=github&utm_medium=upgrade-pr --- packages/react-dev-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-dev-utils/package.json b/packages/react-dev-utils/package.json index fb754559166..67bc2733d27 100644 --- a/packages/react-dev-utils/package.json +++ b/packages/react-dev-utils/package.json @@ -69,7 +69,7 @@ "inquirer": "7.0.4", "is-root": "2.1.0", "loader-utils": "1.2.3", - "open": "7.0.2", + "open": "7.3.1", "pkg-up": "3.1.0", "react-error-overlay": "6.0.7", "recursive-readdir": "2.2.2",