Update flow-bin to the latest version 🚀 (#6168)

* chore(package): update flow-bin to version 0.111.0

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-10-31 00:33:29 +00:00
committed by peril-parse-community[bot]
parent 16af2e4fb8
commit 87d143ea84
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -4852,9 +4852,9 @@
"dev": true
},
"flow-bin": {
"version": "0.110.1",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.110.1.tgz",
"integrity": "sha512-6FhvNKNvPQ523mx7sqNxTQvI/HgAWa/pbIsQuCst53qRqs387EFfYqgm4I3Zae5HLaVFacBwgWKmjKd92vf19w==",
"version": "0.111.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.111.0.tgz",
"integrity": "sha512-RQQMJ23r9zdGJjmYDoAoKqFy3TAudqbf/QGpsgsZvzMPg/qgIPK6e0hDLJe4aARR6B1+Gs0xBbVRBcFEFK8jyg==",
"dev": true
},
"follow-redirects": {

View File

@@ -75,7 +75,7 @@
"deep-diff": "1.0.2",
"eslint": "6.6.0",
"eslint-plugin-flowtype": "4.3.0",
"flow-bin": "0.110.1",
"flow-bin": "0.111.0",
"form-data": "2.5.1",
"gaze": "1.1.3",
"graphql-tag": "^2.10.1",