From 2a2f1e7f58c518dada1deb175bd0a9610d04e9f5 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" Date: Fri, 18 Jan 2019 19:50:52 +0000 Subject: [PATCH] Update flow-bin to version 0.91.0 --- 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 9eeb1e9..d92bcc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4549,9 +4549,9 @@ } }, "flow-bin": { - "version": "0.90.0", - "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.90.0.tgz", - "integrity": "sha512-/syDchjhLLL7nELK1ggyWJifGXuMCTz74kvkjR1t9DcmasMrilLl9qAAotsACcNb98etEEJpsCrvP7WL64kadw==", + "version": "0.91.0", + "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.91.0.tgz", + "integrity": "sha512-j+L+xNiUYnZZ27MjVI0y2c9474ZHOvdSQq0Tjwh56mEA7tfxYqp5Dcb6aZSwvs3tGMTjCrZow9aUlZf3OoRyDQ==", "dev": true }, "flush-write-stream": { diff --git a/package.json b/package.json index 2c14076..756ca92 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "eslint-plugin-jsx-a11y": "^6.1.2", "eslint-plugin-prettier": "^3.0.1", "eslint-plugin-react": "^7.12.4", - "flow-bin": "^0.90.0", + "flow-bin": "^0.91.0", "lint-staged": "^8.1.0", "prettier": "^1.15.3", "prettier-eslint": "^8.8.2"