From 69a699f6ef7648db97611747d047d53ec44984cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 01:55:17 +0000 Subject: [PATCH] build(deps): bump @cosmjs/tendermint-rpc from 0.36.2 to 0.38.1 in /esm Bumps [@cosmjs/tendermint-rpc](https://github.com/cosmos/cosmjs) from 0.36.2 to 0.38.1. - [Release notes](https://github.com/cosmos/cosmjs/releases) - [Changelog](https://github.com/cosmos/cosmjs/blob/v0.38.1/CHANGELOG.md) - [Commits](https://github.com/cosmos/cosmjs/compare/v0.36.2...v0.38.1) --- updated-dependencies: - dependency-name: "@cosmjs/tendermint-rpc" dependency-version: 0.38.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- esm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esm/package.json b/esm/package.json index e8c56886..a3a9a895 100644 --- a/esm/package.json +++ b/esm/package.json @@ -42,7 +42,7 @@ "@cosmjs/math": "^0.36.2", "@cosmjs/proto-signing": "^0.36.2", "@cosmjs/stargate": "^0.36.2", - "@cosmjs/tendermint-rpc": "^0.36.2", + "@cosmjs/tendermint-rpc": "^0.38.1", "@cosmjs/utils": "^0.36.2", "@stablelib/ed25519": "^2.0.2", "@types/secp256k1": "^4.0.6",