From 736d3da6f0d2ee94e1422f9d2fe35001d41acc01 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2019 13:36:12 +0000 Subject: [PATCH] Bump flow-bin from 0.108.0 to 0.110.1 Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.108.0 to 0.110.1. - [Release notes](https://github.com/flowtype/flow-bin/releases) - [Commits](https://github.com/flowtype/flow-bin/compare/v0.108.0...v0.110.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 4d67111..5ba1a8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6326,9 +6326,9 @@ "integrity": "sha1-2uRqnXj74lKSJYzB54CkHZXAN4I=" }, "flow-bin": { - "version": "0.108.0", - "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.108.0.tgz", - "integrity": "sha512-hPEyCP1J8rdhNDfCAA5w7bN6HUNBDcHVg/ABU5JVo0gUFMx+uRewpyEH8LlLBGjVQuIpbaPpaqpoaQhAVyaYww==", + "version": "0.110.1", + "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.110.1.tgz", + "integrity": "sha512-6FhvNKNvPQ523mx7sqNxTQvI/HgAWa/pbIsQuCst53qRqs387EFfYqgm4I3Zae5HLaVFacBwgWKmjKd92vf19w==", "dev": true }, "flush-write-stream": { diff --git a/package.json b/package.json index 7332951..b973911 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-react": "^7.16.0", - "flow-bin": "^0.108.0", + "flow-bin": "^0.110.1", "lint-staged": "^9.4.2", "prettier": "^1.18.2", "prettier-eslint": "^9.0.0"