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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-07-26 20:43:47 +00:00
committed by peril-parse-community[bot]
parent fd637ff4f8
commit 7eadf35840
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -4698,9 +4698,9 @@
"dev": true
},
"flow-bin": {
"version": "0.103.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.103.0.tgz",
"integrity": "sha512-Y3yrnE5ICN1Kl/y10BwjA3JSuS+gt4jVPNyUNCZb0RqmkdssMrW8QNNysJYvhgAY/JBJH8Qv7NVUf11MiwfSlA==",
"version": "0.104.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.104.0.tgz",
"integrity": "sha512-EZXRRmf7m7ET5Lcnwm/I/T8G3d427Bq34vmO3qIlRcPIYloGuVoqRCwjaeezLRDntHkdciagAKbhJ+NTbDjnkw==",
"dev": true
},
"follow-redirects": {

View File

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