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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2020-02-06 20:14:34 +00:00
committed by GitHub
parent 3c46117d9b
commit 9545a7d423
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5830,9 +5830,9 @@
"dev": true
},
"flow-bin": {
"version": "0.117.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.117.0.tgz",
"integrity": "sha512-LwDdiApyQsO26ubieaLBcW//K8QNcFR50FSUUDo5roy+2nsvkfRdJa0Qse2De6/2fwBElLDDrc3rrSzvC3hy2Q==",
"version": "0.118.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.118.0.tgz",
"integrity": "sha512-jlbUu0XkbpXeXhan5xyTqVK1jmEKNxE8hpzznI3TThHTr76GiFwK0iRzhDo4KNy+S9h/KxHaqVhTP86vA6wHCg==",
"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.117.0",
"flow-bin": "0.118.0",
"form-data": "3.0.0",
"gaze": "1.1.3",
"graphql-tag": "^2.10.1",