From e6b69684922ec29deec6b6fae3e9cfa589dabb4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 07:16:02 +0000 Subject: [PATCH] Bump ethereumjs-blockstream from 5.0.0 to 7.0.0 Bumps [ethereumjs-blockstream](https://github.com/ethereumjs/ethereumjs-blockstream) from 5.0.0 to 7.0.0. - [Release notes](https://github.com/ethereumjs/ethereumjs-blockstream/releases) - [Commits](https://github.com/ethereumjs/ethereumjs-blockstream/commits) --- updated-dependencies: - dependency-name: ethereumjs-blockstream dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 93acd28..bc30c28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "ethereumjs-blockstream": "^5.0.0", + "ethereumjs-blockstream": "^7.0.0", "ethers": "^5.5.3", "keythereum": "^1.0.4", "prompt-sync": "^4.1.5", @@ -1538,9 +1538,9 @@ } }, "node_modules/ethereumjs-blockstream": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/ethereumjs-blockstream/-/ethereumjs-blockstream-5.0.0.tgz", - "integrity": "sha512-cbqWSH6YL8hP9l9NIawSbDEXGOVGiEYSOTUPQINoDBsOwOeHAcVAeJF5qy+BJviGHdsPZlqZLyM7c/2lVJXrSw==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/ethereumjs-blockstream/-/ethereumjs-blockstream-7.0.0.tgz", + "integrity": "sha512-lt3uLKDEfNHEqqnl/+W0aC7xp2y7JEsgZsJMZ958CNrYIJH9tZ7oa8npwV2M0KhGlfzmJsyJIpvV/Lvb2mh0tA==", "dependencies": { "immutable": "3.8.2", "source-map-support": "0.5.6", @@ -4170,9 +4170,9 @@ "dev": true }, "ethereumjs-blockstream": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/ethereumjs-blockstream/-/ethereumjs-blockstream-5.0.0.tgz", - "integrity": "sha512-cbqWSH6YL8hP9l9NIawSbDEXGOVGiEYSOTUPQINoDBsOwOeHAcVAeJF5qy+BJviGHdsPZlqZLyM7c/2lVJXrSw==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/ethereumjs-blockstream/-/ethereumjs-blockstream-7.0.0.tgz", + "integrity": "sha512-lt3uLKDEfNHEqqnl/+W0aC7xp2y7JEsgZsJMZ958CNrYIJH9tZ7oa8npwV2M0KhGlfzmJsyJIpvV/Lvb2mh0tA==", "requires": { "immutable": "3.8.2", "source-map-support": "0.5.6", diff --git a/package.json b/package.json index 1d1fa94..78442a3 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "author": "", "license": "ISC", "dependencies": { - "ethereumjs-blockstream": "^5.0.0", + "ethereumjs-blockstream": "^7.0.0", "ethers": "^5.5.3", "keythereum": "^1.0.4", "prompt-sync": "^4.1.5",