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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-08-22 22:07:15 +00:00
committed by peril-parse-community[bot]
parent 2b1c591cb7
commit 0f40b3b3eb
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -4794,9 +4794,9 @@
"dev": true
},
"flow-bin": {
"version": "0.105.2",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.105.2.tgz",
"integrity": "sha512-VCHt0SCjFPviv/Ze/W7AgkcE0uH4TocypSFA8wR3ZH1P7BSjny4l3uhHyOjzU3Qo1i0jO4NyaU6q3Y5IaQ6xng==",
"version": "0.106.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.106.0.tgz",
"integrity": "sha512-sV8lNBLTTfieUBNvQZFc1K1wXjC8I+O7ltv6G/nd3hdGyq2Jymyy01zAPhJ7MRw8yZ0X2dBSHFZx5DPreBqhAg==",
"dev": true
},
"follow-redirects": {

View File

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