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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-10-22 06:23:08 +00:00
committed by peril-parse-community[bot]
parent 05d2aa3c80
commit a6b01c7d89
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -4846,9 +4846,9 @@
"dev": true
},
"flow-bin": {
"version": "0.109.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.109.0.tgz",
"integrity": "sha512-tpcMTpAGIRivYhFV3KJq+zHI2HzcXo8MoGe9pXS4G/UZuey2Faq/e8/gdph2WF0erRlML5hmwfwiq7v9c25c7w==",
"version": "0.110.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.110.0.tgz",
"integrity": "sha512-mmdEPEMoTuX+mguy/tjRlOlCtPfVdXZQeMgCAsEDVDgWMA5vwWhM2y653OcJiKX38t4gtZ2e/MNVo0qzyYeZDQ==",
"dev": true
},
"follow-redirects": {

View File

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