From 36f418462856abc8e4094f61b0f47bc97bf3855e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2020 20:54:01 -0700 Subject: [PATCH] Bump flow-bin from 0.128.0 to 0.129.0 in /token/js (#108) 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/js/package-lock.json | 6 +++--- token/js/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/token/js/package-lock.json b/token/js/package-lock.json index cb3c4e1642c027..7f104d93381150 100644 --- a/token/js/package-lock.json +++ b/token/js/package-lock.json @@ -4530,9 +4530,9 @@ "integrity": "sha512-a1hQMktqW9Nmqr5aktAux3JMNqaucxGcjtjWnZLHX7yyPCmlSV3M54nGYbqT8K+0GhF3NBgmJCc3ma+WOgX8Jg==" }, "flow-bin": { - "version": "0.128.0", - "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.128.0.tgz", - "integrity": "sha512-EnmMSOCrkx8F0r1+T1d1HODQ+ddy5yRfkT3CvwmK05IWZyXQy27OVdNwdXUWRqc0iMW75T4QkoXaVBYrMqfk+A==" + "version": "0.129.0", + "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.129.0.tgz", + "integrity": "sha512-WLXOj09oCK6nODVKM5uxvAzBpxXeI304E60tELMeQd/TJsyfbykNCZ+e4xml9eUOyoac9nDL3YrJpPZMzq0tMA==" }, "flow-typed": { "version": "3.1.0", diff --git a/token/js/package.json b/token/js/package.json index d8604bfa4841bc..55e2c248a48f04 100644 --- a/token/js/package.json +++ b/token/js/package.json @@ -55,7 +55,7 @@ "eslint-plugin-react": "^7.20.3", "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",