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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-12-03 06:00:15 +00:00
committed by peril-parse-community[bot]
parent 281997ba23
commit 1f54d02911
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -4622,9 +4622,9 @@
"dev": true
},
"flow-bin": {
"version": "0.112.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.112.0.tgz",
"integrity": "sha512-vdcuKv0UU55vjv0e2EVh1ZxlU+TSNT19SkE+6gT1vYzTKtzYE6dLuAmBIiS3Rg2N9D9HOI6TKSyl53zPtqZLrA==",
"version": "0.113.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.113.0.tgz",
"integrity": "sha512-76uE2LGNe50wm+Jup8Np4FBcMbyy5V2iE+K25PPIYLaEMGHrL1jnQfP9L0hTzA5oh2ZJlexRLMlaPqIYIKH9nw==",
"dev": true
},
"follow-redirects": {

View File

@@ -77,7 +77,7 @@
"deep-diff": "1.0.2",
"eslint": "6.7.2",
"eslint-plugin-flowtype": "4.5.0",
"flow-bin": "0.112.0",
"flow-bin": "0.113.0",
"form-data": "3.0.0",
"gaze": "1.1.3",
"graphql-tag": "^2.10.1",