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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-11-06 02:10:47 +00:00
committed by peril-parse-community[bot]
parent 4e79817f15
commit b205d2b4d1
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5730,9 +5730,9 @@
"dev": true
},
"flow-bin": {
"version": "0.111.1",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.111.1.tgz",
"integrity": "sha512-fOFFy4rsvV4zYXUqpNY2bChpzEMYbmumO6DlbcpndbJIHY3W8+UzyiWb8+iRDf2ME1YJgTIvKSJCzHpQ40OBOQ==",
"version": "0.111.3",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.111.3.tgz",
"integrity": "sha512-Gn27aRTjSFicukZ/pq3raRERmSk9UWszhIK9eNtj6843L54YtK+jk2OkQWV70+VKi9LmWyfItCkhwoIVy7L2lA==",
"dev": true
},
"follow-redirects": {

View File

@@ -75,7 +75,7 @@
"deep-diff": "1.0.2",
"eslint": "6.6.0",
"eslint-plugin-flowtype": "4.3.0",
"flow-bin": "0.111.1",
"flow-bin": "0.111.3",
"form-data": "2.5.1",
"gaze": "1.1.3",
"graphql-tag": "^2.10.1",