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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-08-13 03:36:10 +00:00
committed by peril-parse-community[bot]
parent 5113b01ecb
commit 6760ceb836
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -4786,9 +4786,9 @@
"dev": true
},
"flow-bin": {
"version": "0.105.1",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.105.1.tgz",
"integrity": "sha512-wRI5ogu/+85fgftljAOtnDBx9+2JHToyq2XifzoMmXc5mmB9OE7osukzwi2PuOoEKtq9fu+APRD+MqbEJ8bUwQ==",
"version": "0.105.2",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.105.2.tgz",
"integrity": "sha512-VCHt0SCjFPviv/Ze/W7AgkcE0uH4TocypSFA8wR3ZH1P7BSjny4l3uhHyOjzU3Qo1i0jO4NyaU6q3Y5IaQ6xng==",
"dev": true
},
"follow-redirects": {

View File

@@ -74,7 +74,7 @@
"deep-diff": "1.0.2",
"eslint": "6.1.0",
"eslint-plugin-flowtype": "4.2.0",
"flow-bin": "0.105.1",
"flow-bin": "0.105.2",
"form-data": "2.5.0",
"gaze": "1.1.3",
"graphql-tag": "^2.10.1",