build(deps-dev): bump flow-remove-types in /token/js (#1414)

Bumps [flow-remove-types](https://github.com/facebook/flow) from 2.145.0 to 2.146.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-03-09 16:04:52 +00:00 committed by GitHub
parent bf261ff025
commit b24bf6f670
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -6221,18 +6221,18 @@
"dev": true
},
"flow-parser": {
"version": "0.145.0",
"resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.145.0.tgz",
"integrity": "sha512-dqpYiE0rZopmex5FR6pi/HTia8i+q/euc9WUWH6fTLt6sQgXjnAcsOwgMMLHCxwCSqPrvi/XFmBiicKitLNrKA==",
"version": "0.146.0",
"resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.146.0.tgz",
"integrity": "sha512-lMaDIdcEsdtKL0B+VFp8et/AjnB+cU1HJ6KDrp4Lw3Gsq0Ck0cmWRDgWfUQxxDvY99ntQyA/IdyFxFK4izKo4g==",
"dev": true
},
"flow-remove-types": {
"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==",
"version": "2.146.0",
"resolved": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.146.0.tgz",
"integrity": "sha512-/ltZxsbllKEzaWAKEe0NsO5h+82NsXQ7ep8frpksbIgRQDzUBBOlLA4KhN/sjZIPkHP2xSO3MeltdzrWEm2JPg==",
"dev": true,
"requires": {
"flow-parser": "^0.145.0",
"flow-parser": "^0.146.0",
"pirates": "^3.0.2",
"vlq": "^0.2.1"
},