From 1a98c2fa83d283d81dc9c66d15c6266253111b40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 15 Mar 2019 15:29:10 +0000 Subject: [PATCH] chore(deps-dev): bump flow-bin from 0.94.0 to 0.95.0 Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.94.0 to 0.95.0. - [Release notes](https://github.com/flowtype/flow-bin/releases) - [Commits](https://github.com/flowtype/flow-bin/commits) Signed-off-by: dependabot[bot] --- web3.js/package-lock.json | 6 +++--- web3.js/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index a1462aeb18..a8692f2161 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -6989,9 +6989,9 @@ "dev": true }, "flow-bin": { - "version": "0.94.0", - "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.94.0.tgz", - "integrity": "sha512-DYF7r9CJ/AksfmmB4+q+TyLMoeQPRnqtF1Pk7KY3zgfkB/nVuA3nXyzqgsIPIvnMSiFEXQcFK4z+iPxSLckZhQ==", + "version": "0.95.0", + "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.95.0.tgz", + "integrity": "sha512-CaYIYSE4feCuTrKPsfdzJ7kAej7QISbhTpnl0Jmp+6Qj1XgA0spaLQrVzMgjPNn5L/iWqtuvZQA+ouRTpxEwdw==", "dev": true }, "flow-typed": { diff --git a/web3.js/package.json b/web3.js/package.json index 0a409afeee..3e2415b853 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -104,7 +104,7 @@ "eslint-plugin-import": "2.16.0", "eslint-plugin-jest": "22.3.2", "eslint-plugin-prettier": "^3.0.0", - "flow-bin": "0.94.0", + "flow-bin": "0.95.0", "flow-typed": "2.5.1", "fs-file-tree": "1.0.7", "jest": "24.5.0",