build(deps-dev): bump flow-bin from 0.160.2 to 0.161.0 in /token-swap/js (#2471)

Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.160.2 to 0.161.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases)
- [Commits](https://github.com/flowtype/flow-bin/commits)

---
updated-dependencies:
- dependency-name: flow-bin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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-09-30 10:38:12 +00:00 committed by GitHub
parent 8facdabb65
commit f236d6ec7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1821,9 +1821,9 @@
"dev": true
},
"flow-bin": {
"version": "0.160.2",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.160.2.tgz",
"integrity": "sha512-vrsiPwcqdaBsuQmPZXjF0tdKqgoVc2wH+nHamvqFzvgnQLJMLN+N0seqaOMH8t/3YKnAEbY/uZ440mALE/+WLw==",
"version": "0.161.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.161.0.tgz",
"integrity": "sha512-5BKQi+sjOXz67Kbc1teiBwd5e0Da6suW7S5oUCm9VclnzSZ3nlfNZUdrkvgJ5S4w5KDBDToEL7rREpn8rKF1zg==",
"dev": true
},
"flow-typed": {

View File

@ -58,7 +58,7 @@
"@types/bn.js": "^5.1.0",
"eslint": "^7.9.0",
"eslint-plugin-import": "^2.22.0",
"flow-bin": "0.160.2",
"flow-bin": "0.161.0",
"flow-typed": "^3.2.0",
"flowgen": "^1.14.1",
"mz": "^2.7.0",