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

Bumps [flow-remove-types](https://github.com/facebook/flow) from 2.144.0 to 2.145.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-18 23:31:13 +00:00 committed by GitHub
parent f485ab11fa
commit 5e8ed07acc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -8495,18 +8495,18 @@
"dev": true
},
"flow-parser": {
"version": "0.144.0",
"resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.144.0.tgz",
"integrity": "sha512-si2lCamPs0N1QcTiQY8p9RxvVsVGbx4rpkX6dcfUQ2OOvEg6Cya7LItlPqcx54Gtakdx1St6TseQlV8nafYW5g==",
"version": "0.145.0",
"resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.145.0.tgz",
"integrity": "sha512-dqpYiE0rZopmex5FR6pi/HTia8i+q/euc9WUWH6fTLt6sQgXjnAcsOwgMMLHCxwCSqPrvi/XFmBiicKitLNrKA==",
"dev": true
},
"flow-remove-types": {
"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==",
"version": "2.145.0",
"resolved": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.145.0.tgz",
"integrity": "sha512-P80u1yzJsiFu15+poHqoYbU/rcEqUcaI3NcR6kmPyAjgcrhPlxLi3/73tfg3C5FFl9+JR7+Xkv/PQYgg4yyCoQ==",
"dev": true,
"requires": {
"flow-parser": "^0.144.0",
"flow-parser": "^0.145.0",
"pirates": "^3.0.2",
"vlq": "^0.2.1"
},