From cbd4753dafa0e6cf1f7b56a366e206aaaa004412 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 Mar 2021 00:55:41 +0000 Subject: [PATCH] fix: upgrade flow-bin from 0.116.1 to 0.146.0 Snyk has created this PR to upgrade flow-bin from 0.116.1 to 0.146.0. See this package in npm: https://www.npmjs.com/package/flow-bin See this project in Snyk: https://app.snyk.io/org/turkdevops/project/17a6daf5-631c-43d1-8738-dc60e6a84e20?utm_source=github&utm_medium=upgrade-pr --- packages/react-error-overlay/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-error-overlay/package.json b/packages/react-error-overlay/package.json index e0b4ae0ad6a..473664b9392 100644 --- a/packages/react-error-overlay/package.json +++ b/packages/react-error-overlay/package.json @@ -53,7 +53,7 @@ "eslint-plugin-react": "^7.21.5", "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-testing-library": "^3.9.2", - "flow-bin": "^0.116.0", + "flow-bin": "^0.146.0", "html-entities": "1.3.1", "jest": "26.6.0", "jest-fetch-mock": "2.1.2",