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

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

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
This commit is contained in:
greenkeeper[bot]
2018-08-17 11:24:51 -04:00
committed by Florent Vilmart
parent 9deaca3c07
commit bf1f6024d6
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -4358,9 +4358,9 @@
}
},
"flow-bin": {
"version": "0.78.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.78.0.tgz",
"integrity": "sha512-LV55tE+ItkC9HQAbEK+VxpBe54Ryp/dj4q9KmqDIfhV7mtP+hbvc/1AUf/AaWFIve3eURO0cxoGN4ZQQ3o2HTg==",
"version": "0.79.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.79.0.tgz",
"integrity": "sha512-5NTEPF6s1IIWIxfu1z/9tR+uU9GnOkKhhQGqnwTBkHkxcd78Csfxi7jH5jvzDqdRvNXlZXatebveTgMobnTNWA==",
"dev": true
},
"for-in": {

View File

@@ -57,7 +57,7 @@
"deep-diff": "1.0.2",
"eslint": "^5.0.0",
"eslint-plugin-flowtype": "^2.39.1",
"flow-bin": "0.78.0",
"flow-bin": "0.79.0",
"gaze": "1.1.3",
"jasmine": "3.1.0",
"jasmine-spec-reporter": "^4.1.0",