From 94898191a4043c6c1f632997bb300b5ce1425626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 19:46:50 +0000 Subject: [PATCH] Bump bcoin from 0.15.0 to 1.0.2 in /benchmark Bumps [bcoin](https://github.com/bcoin-org/bcoin) from 0.15.0 to 1.0.2. - [Release notes](https://github.com/bcoin-org/bcoin/releases) - [Changelog](https://github.com/bcoin-org/bcoin/blob/master/CHANGELOG.md) - [Commits](https://github.com/bcoin-org/bcoin/compare/v0.15.0...v1.0.2) Signed-off-by: dependabot[bot] --- benchmark/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/package.json b/benchmark/package.json index d9c9fec..90cffe3 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "bcoin": "0.15.0", + "bcoin": "1.0.2", "bitcoinjs-lib": "^1.5.7", "fullnode": "^0.9.0", "benchmark": "^1.0.0"