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

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

* chore(package): update lockfile package-lock.json

* Update flow-bin to 0.105.1
This commit is contained in:
greenkeeper[bot]
2019-08-12 07:37:25 +00:00
committed by peril-parse-community[bot]
parent decd04157a
commit 6f6210387e
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -4786,9 +4786,9 @@
"dev": true
},
"flow-bin": {
"version": "0.104.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.104.0.tgz",
"integrity": "sha512-EZXRRmf7m7ET5Lcnwm/I/T8G3d427Bq34vmO3qIlRcPIYloGuVoqRCwjaeezLRDntHkdciagAKbhJ+NTbDjnkw==",
"version": "0.105.1",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.105.1.tgz",
"integrity": "sha512-wRI5ogu/+85fgftljAOtnDBx9+2JHToyq2XifzoMmXc5mmB9OE7osukzwi2PuOoEKtq9fu+APRD+MqbEJ8bUwQ==",
"dev": true
},
"follow-redirects": {

View File

@@ -74,7 +74,7 @@
"deep-diff": "1.0.2",
"eslint": "6.1.0",
"eslint-plugin-flowtype": "4.2.0",
"flow-bin": "0.104.0",
"flow-bin": "0.105.1",
"form-data": "2.5.0",
"gaze": "1.1.3",
"graphql-tag": "^2.10.1",