From 32f0a2d35ffc634fc498278ae5cff936c1179e8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 19:48:13 +0000 Subject: [PATCH] Bump bcoin from 0.15.0 to 1.0.2 in /packages/bitcore-lib-dvt/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] --- packages/bitcore-lib-dvt/benchmark/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bitcore-lib-dvt/benchmark/package.json b/packages/bitcore-lib-dvt/benchmark/package.json index d9c9fec3a..90cffe324 100644 --- a/packages/bitcore-lib-dvt/benchmark/package.json +++ b/packages/bitcore-lib-dvt/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"