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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2020-02-29 00:13:48 +00:00
committed by GitHub
parent c973356a22
commit 2a5c306aa8
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5887,9 +5887,9 @@
"dev": true
},
"flow-bin": {
"version": "0.119.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.119.0.tgz",
"integrity": "sha512-fCVv++rjBsx/q6YVeB3F+A/owztjUO5PyBLwhGZdK5igVmiFQ8RKBTR9T2mb+SQRLZJJhl/xwPLhNzr3dBba6w==",
"version": "0.119.1",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.119.1.tgz",
"integrity": "sha512-mX6qjJVi7aLqR9sDf8QIHt8yYEWQbkMLw7qFoC7sM/AbJwvqFm3pATPN96thsaL9o1rrshvxJpSgoj1PJSC3KA==",
"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.119.0",
"flow-bin": "0.119.1",
"form-data": "3.0.0",
"gaze": "1.1.3",
"graphql-tag": "^2.10.1",