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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-08-25 01:10:27 +00:00
committed by peril-parse-community[bot]
parent d0dc511423
commit 66634dbc6d
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -4795,9 +4795,9 @@
"dev": true
},
"flow-bin": {
"version": "0.106.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.106.0.tgz",
"integrity": "sha512-sV8lNBLTTfieUBNvQZFc1K1wXjC8I+O7ltv6G/nd3hdGyq2Jymyy01zAPhJ7MRw8yZ0X2dBSHFZx5DPreBqhAg==",
"version": "0.106.1",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.106.1.tgz",
"integrity": "sha512-UqAbzDZsxNgZ+pv3/OwZEpo/Dt4ZCiMgiyJ5cAPC9bHq8/wti8ZhLWuIVBgDFpV7OPflmQXQNXqbvB8/5BvEDQ==",
"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.106.0",
"flow-bin": "0.106.1",
"form-data": "2.5.0",
"gaze": "1.1.3",
"graphql-tag": "^2.10.1",