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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-02-14 00:18:21 +00:00
committed by peril-parse-community[bot]
parent 7bb94c8560
commit 2be5a784e4
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -4256,9 +4256,9 @@
}
},
"flow-bin": {
"version": "0.92.1",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.92.1.tgz",
"integrity": "sha512-F5kC5oQOR2FXROAeybJHFqgZP+moKV9fa/53QK4Q4WayTQHdA0KSl48KD1gP0A9mioRLiKUegTva/7I15cX3Iw==",
"version": "0.93.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.93.0.tgz",
"integrity": "sha512-p8yq4ocOlpyJgOEBEj0v0GzCP25c9WP0ilFQ8hXSbrTR7RPKuR+Whr+OitlVyp8ocdX0j1MrIwQ8x28dacy1pg==",
"dev": true
},
"fn-name": {

View File

@@ -57,7 +57,7 @@
"deep-diff": "1.0.2",
"eslint": "^5.0.0",
"eslint-plugin-flowtype": "^3.0.0",
"flow-bin": "0.92.1",
"flow-bin": "0.93.0",
"gaze": "1.1.3",
"husky": "^1.0.0-rc.13",
"jasmine": "3.1.0",