From e90040fb87dc0ea80e653f5509270cbebe2c9504 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 14:02:59 +0000 Subject: [PATCH] Bump flow-bin from 0.106.2 to 0.107.0 Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.106.2 to 0.107.0. - [Release notes](https://github.com/flowtype/flow-bin/releases) - [Commits](https://github.com/flowtype/flow-bin/compare/v0.106.2...v0.107.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 3b6774b..f8f578f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5995,9 +5995,9 @@ "dev": true }, "flow-bin": { - "version": "0.106.2", - "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.106.2.tgz", - "integrity": "sha512-pALWFKf+AQiX4VfSEdxruj2bSMigsrAcg8djV6Hue2y3FJyiA/Z42UkEv6zEvSIpDj1EL+cRBvJNUx6L2+gdTQ==", + "version": "0.107.0", + "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.107.0.tgz", + "integrity": "sha512-hsmwO5Q0+XUXaO2kIKLpleUNNBSFcsGEQGBOTEC/KR/4Ez695I1fweX/ioSjbU4RWhPZhkIqnpbF9opVAauCHg==", "dev": true }, "flush-write-stream": { diff --git a/package.json b/package.json index d9ac032..0b95e6b 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-prettier": "^3.1.0", "eslint-plugin-react": "^7.14.3", - "flow-bin": "^0.106.2", + "flow-bin": "^0.107.0", "lint-staged": "^9.2.5", "prettier": "^1.18.2", "prettier-eslint": "^9.0.0"