chore: bump flow-remove-types from 2.143.1 to 2.144.0 in /web3.js (#15186)

Bumps [flow-remove-types](https://github.com/facebook/flow) from 2.143.1 to 2.144.0.
- [Release notes](https://github.com/facebook/flow/releases)
- [Changelog](https://github.com/facebook/flow/blob/master/Changelog.md)
- [Commits](https://github.com/facebook/flow/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-02-08 10:03:45 +00:00 committed by GitHub
parent 026ceb8255
commit 440c479529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -9531,18 +9531,18 @@
"dev": true
},
"flow-parser": {
"version": "0.143.1",
"resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.143.1.tgz",
"integrity": "sha512-DWmnt0P1tieuQErYeWmxCNIkzm5Fqd5sMH685v/jCtu8CAvdLEwKi45jqYhij178k+NAy+FNe2jDvQNs7WLBIA==",
"version": "0.144.0",
"resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.144.0.tgz",
"integrity": "sha512-si2lCamPs0N1QcTiQY8p9RxvVsVGbx4rpkX6dcfUQ2OOvEg6Cya7LItlPqcx54Gtakdx1St6TseQlV8nafYW5g==",
"dev": true
},
"flow-remove-types": {
"version": "2.143.1",
"resolved": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.143.1.tgz",
"integrity": "sha512-UUl8tigzcH8NGGQ38K72MZ0i3T4hvtb9+yQRR4AMJDaOAUcpo6zp6/tVSASj34q8Zwb0At0CcXV7rtBLW6OJZQ==",
"version": "2.144.0",
"resolved": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.144.0.tgz",
"integrity": "sha512-1ctvKynmoMtqN9Xcyx3NKLGtcpBy9YqW50F9ENX+ivMnRBxks+UBI8iFC+AObTqAfk9C5eUTTt6vMZkmTrskdg==",
"dev": true,
"requires": {
"flow-parser": "^0.143.1",
"flow-parser": "^0.144.0",
"pirates": "^3.0.2",
"vlq": "^0.2.1"
},