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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-12-15 03:51:14 +00:00
committed by peril-parse-community[bot]
parent e29e22825f
commit 2fc328ed24
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -4663,9 +4663,9 @@
"dev": true
},
"flow-bin": {
"version": "0.113.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.113.0.tgz",
"integrity": "sha512-76uE2LGNe50wm+Jup8Np4FBcMbyy5V2iE+K25PPIYLaEMGHrL1jnQfP9L0hTzA5oh2ZJlexRLMlaPqIYIKH9nw==",
"version": "0.114.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.114.0.tgz",
"integrity": "sha512-hewufX0nbnhemQn5XtJ97nEFNqoBclPBAZ54aY3jKuZJnLpwqB7Doaplet3M26TOh2NchBsU0+lUkM8oVna2VA==",
"dev": true
},
"follow-redirects": {

View File

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