From 3fc95a9c96b945de0f97ea741f2ca3bd94b2f3f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Dec 2021 05:33:00 +0000 Subject: [PATCH] fix: upgrade flow-bin from 0.78.0 to 0.164.0 Snyk has created this PR to upgrade flow-bin from 0.78.0 to 0.164.0. See this package in npm: https://www.npmjs.com/package/flow-bin See this project in Snyk: https://app.snyk.io/org/hafixo/project/17547d28-ef9e-4079-97df-d8557c18592b?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/todos-flow/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/todos-flow/package.json b/examples/todos-flow/package.json index d10e53aa8b..d91020889f 100644 --- a/examples/todos-flow/package.json +++ b/examples/todos-flow/package.json @@ -5,7 +5,7 @@ "devDependencies": { "enzyme": "^3.9.0", "enzyme-adapter-react-16": "^1.12.1", - "flow-bin": "^0.78.0", + "flow-bin": "^0.164.0", "flow-typed": "2.5.1", "react-scripts": "^3.0.0", "redux-mock-store": "1.5.3"