From e33eacc45356c1b2d5154a56e3d9e9eb4c12c81b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 09:11:43 +0000 Subject: [PATCH] Update dependency protobufjs to v8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5df37fc..d43609b 100644 --- a/package.json +++ b/package.json @@ -82,6 +82,6 @@ "@cosmjs/proto-signing": "0.39.0", "@cosmjs/stargate": "0.39.0", "@cosmjs/tendermint-rpc": "^0.39.0", - "protobufjs": "^7.0.0" + "protobufjs": "^8.0.0" } }