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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-05-31 13:52:04 -05:00
committed by Diamond Lewis
parent e370b9377a
commit 266d6328a3
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -4150,9 +4150,9 @@
"dev": true
},
"flow-bin": {
"version": "0.99.1",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.99.1.tgz",
"integrity": "sha512-dipNwJlb4MsVt3IuDgPTymCNL4GFoq3pG+GbY6DmBbl0dJPWFSA383rCTmgbfFhoeJ1XCfYBan0BPryToSxiiQ==",
"version": "0.100.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.100.0.tgz",
"integrity": "sha512-jcethhgrslBJukH7Z7883ohFFpzLrdsOEwHxvn5NwuTWbNaE71GAl55/PEBRJwYpDvYkRlqgcNkANTv0x5XjqA==",
"dev": true
},
"fn-name": {

View File

@@ -57,7 +57,7 @@
"deep-diff": "1.0.2",
"eslint": "5.16.0",
"eslint-plugin-flowtype": "3.9.1",
"flow-bin": "0.99.1",
"flow-bin": "0.100.0",
"gaze": "1.1.3",
"husky": "2.3.0",
"jasmine": "3.4.0",