From 1973dee59b0df088ffb67b84f3dff287be254fca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 1 Feb 2019 09:17:26 -0500 Subject: [PATCH] Bump flow-bin from 0.91.0 to 0.92.0 (#5339) Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.91.0 to 0.92.0. - [Release notes](https://github.com/flowtype/flow-bin/releases) - [Commits](https://github.com/flowtype/flow-bin/compare/v0.91.0...v0.92.0) Signed-off-by: dependabot[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 ba0e6e7e..a6da13d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4257,9 +4257,9 @@ } }, "flow-bin": { - "version": "0.91.0", - "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.91.0.tgz", - "integrity": "sha512-j+L+xNiUYnZZ27MjVI0y2c9474ZHOvdSQq0Tjwh56mEA7tfxYqp5Dcb6aZSwvs3tGMTjCrZow9aUlZf3OoRyDQ==", + "version": "0.92.0", + "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.92.0.tgz", + "integrity": "sha512-3ErXSAXZZlLV5/QPlaUDCWlDUXop1SiH32ifXL3SEiBwsmGbudCLim+HFVZfkegrn1nB4TcNSkMWtW8SnMPyAQ==", "dev": true }, "fn-name": { diff --git a/package.json b/package.json index c647f70d..0aef49fc 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "deep-diff": "1.0.2", "eslint": "^5.0.0", "eslint-plugin-flowtype": "^3.0.0", - "flow-bin": "0.91.0", + "flow-bin": "0.92.0", "gaze": "1.1.3", "husky": "^1.0.0-rc.13", "jasmine": "3.1.0",