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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-09-05 20:30:11 +00:00
committed by peril-parse-community[bot]
parent ad40386173
commit ac40bf66f7
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -4847,9 +4847,9 @@
"dev": true
},
"flow-bin": {
"version": "0.106.3",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.106.3.tgz",
"integrity": "sha512-QDwmhsMmiASmwgr6r2WTz9RPsN0pb84PY0whz0JqFaBX7/Fx2wj2MOtjbR2yv+qWZnozP9U40Jd9LLt8rC3WSQ==",
"version": "0.107.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.107.0.tgz",
"integrity": "sha512-hsmwO5Q0+XUXaO2kIKLpleUNNBSFcsGEQGBOTEC/KR/4Ez695I1fweX/ioSjbU4RWhPZhkIqnpbF9opVAauCHg==",
"dev": true
},
"follow-redirects": {

View File

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