From 1e4fb0406b79a2a69ec49be45cc32f2138d5ca66 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2020 13:21:54 +0000 Subject: [PATCH] Bump flow-bin from 0.114.0 to 0.115.0 Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.114.0 to 0.115.0. - [Release notes](https://github.com/flowtype/flow-bin/releases) - [Commits](https://github.com/flowtype/flow-bin/compare/v0.114.0...v0.115.0) 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 d0f722c..7830029 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5104,9 +5104,9 @@ "dev": true }, "flow-bin": { - "version": "0.114.0", - "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.114.0.tgz", - "integrity": "sha512-hewufX0nbnhemQn5XtJ97nEFNqoBclPBAZ54aY3jKuZJnLpwqB7Doaplet3M26TOh2NchBsU0+lUkM8oVna2VA==", + "version": "0.115.0", + "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.115.0.tgz", + "integrity": "sha512-xW+U2SrBaAr0EeLvKmXAmsdnrH6x0Io17P6yRJTNgrrV42G8KXhBAD00s6oGbTTqRyHD0nP47kyuU34zljZpaQ==", "dev": true }, "for-in": { diff --git a/package.json b/package.json index 7588f26..6ed4c9d 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.114.0", + "flow-bin": "^0.115.0", "jest": "^24.9.0", "redux": "^4.0.4", "redux-thunk": "^2.3.0",