From cad4d1c577e27cc62f1bff1ef53f383ec5d73a91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2020 13:04:33 -0600 Subject: [PATCH] Bump flow-bin from 0.128.0 to 0.129.0 in /token-swap/js (#118) Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.128.0 to 0.129.0. - [Release notes](https://github.com/flowtype/flow-bin/releases) - [Commits](https://github.com/flowtype/flow-bin/commits) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- token-swap/js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/token-swap/js/package.json b/token-swap/js/package.json index 84379fbbd42961..cd7be6b27c6a25 100644 --- a/token-swap/js/package.json +++ b/token-swap/js/package.json @@ -55,7 +55,7 @@ "eslint-plugin-react": "^7.11.1", "event-emitter": "^0.3.5", "express": "^4.16.4", - "flow-bin": "0.128.0", + "flow-bin": "0.129.0", "flow-typed": "^3.0.0", "http-server": "^0.12.3", "jayson": "^3.0.1",