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

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

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

6
package-lock.json generated
View File

@@ -4573,9 +4573,9 @@
"dev": true
},
"flow-bin": {
"version": "0.111.3",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.111.3.tgz",
"integrity": "sha512-Gn27aRTjSFicukZ/pq3raRERmSk9UWszhIK9eNtj6843L54YtK+jk2OkQWV70+VKi9LmWyfItCkhwoIVy7L2lA==",
"version": "0.112.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.112.0.tgz",
"integrity": "sha512-vdcuKv0UU55vjv0e2EVh1ZxlU+TSNT19SkE+6gT1vYzTKtzYE6dLuAmBIiS3Rg2N9D9HOI6TKSyl53zPtqZLrA==",
"dev": true
},
"follow-redirects": {

View File

@@ -75,7 +75,7 @@
"deep-diff": "1.0.2",
"eslint": "6.6.0",
"eslint-plugin-flowtype": "4.3.0",
"flow-bin": "0.111.3",
"flow-bin": "0.112.0",
"form-data": "3.0.0",
"gaze": "1.1.3",
"graphql-tag": "^2.10.1",