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

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

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

6
package-lock.json generated
View File

@@ -4844,9 +4844,9 @@
"dev": true
},
"flow-bin": {
"version": "0.110.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.110.0.tgz",
"integrity": "sha512-mmdEPEMoTuX+mguy/tjRlOlCtPfVdXZQeMgCAsEDVDgWMA5vwWhM2y653OcJiKX38t4gtZ2e/MNVo0qzyYeZDQ==",
"version": "0.110.1",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.110.1.tgz",
"integrity": "sha512-6FhvNKNvPQ523mx7sqNxTQvI/HgAWa/pbIsQuCst53qRqs387EFfYqgm4I3Zae5HLaVFacBwgWKmjKd92vf19w==",
"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.110.0",
"flow-bin": "0.110.1",
"form-data": "2.5.1",
"gaze": "1.1.3",
"graphql-tag": "^2.10.1",