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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2020-01-28 00:27:45 +00:00
committed by peril-parse-community[bot]
parent c21b94954f
commit b22ccec2ce
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6023,9 +6023,9 @@
"dev": true
},
"flow-bin": {
"version": "0.115.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.115.0.tgz",
"integrity": "sha512-xW+U2SrBaAr0EeLvKmXAmsdnrH6x0Io17P6yRJTNgrrV42G8KXhBAD00s6oGbTTqRyHD0nP47kyuU34zljZpaQ==",
"version": "0.117.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.117.0.tgz",
"integrity": "sha512-LwDdiApyQsO26ubieaLBcW//K8QNcFR50FSUUDo5roy+2nsvkfRdJa0Qse2De6/2fwBElLDDrc3rrSzvC3hy2Q==",
"dev": true
},
"follow-redirects": {

View File

@@ -77,7 +77,7 @@
"deep-diff": "1.0.2",
"eslint": "6.8.0",
"eslint-plugin-flowtype": "4.5.0",
"flow-bin": "0.115.0",
"flow-bin": "0.117.0",
"form-data": "3.0.0",
"gaze": "1.1.3",
"graphql-tag": "^2.10.1",