From c538f198f8b9b0fa231e6fc8680c6277c446dbec Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2020 13:17:13 +0000 Subject: [PATCH] Bump flow-bin from 0.119.0 to 0.120.1 Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.119.0 to 0.120.1. - [Release notes](https://github.com/flowtype/flow-bin/releases) - [Commits](https://github.com/flowtype/flow-bin/compare/v0.119.0...v0.120.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index bfe6e98..6da81d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6043,9 +6043,9 @@ "dev": true }, "flow-bin": { - "version": "0.119.0", - "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.119.0.tgz", - "integrity": "sha512-fCVv++rjBsx/q6YVeB3F+A/owztjUO5PyBLwhGZdK5igVmiFQ8RKBTR9T2mb+SQRLZJJhl/xwPLhNzr3dBba6w==", + "version": "0.120.1", + "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.120.1.tgz", + "integrity": "sha512-KgE+d+rKzdXzhweYVJty1QIOOZTTbtnXZf+4SLnmArLvmdfeLreQOZpeLbtq5h79m7HhDzX/HkUkoyu/fmSC2A==", "dev": true }, "for-in": { diff --git a/package.json b/package.json index a017d7e..40cef5a 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint": "^6.7.1", "eslint-plugin-import": "^2.18.2", "eslint-watch": "^6.0.1", - "flow-bin": "^0.119.0", + "flow-bin": "^0.120.1", "jest": "^24.9.0", "redux": "^4.0.4", "redux-thunk": "^2.3.0",