From 63dc7c33d6a3fee2b237f47fb54afe3fb39e7e7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 21:55:40 +0000 Subject: [PATCH] chore(deps): bump protobufjs in /modules/sdk-coin-islm Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.2.5 to 7.5.5. - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.2.5...protobufjs-v7.5.5) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 7.5.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/sdk-coin-islm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sdk-coin-islm/package.json b/modules/sdk-coin-islm/package.json index e08a246b01..b1767c3c1a 100644 --- a/modules/sdk-coin-islm/package.json +++ b/modules/sdk-coin-islm/package.json @@ -51,7 +51,7 @@ "cosmjs-types": "^0.6.1", "ethers": "^5.7.2", "keccak": "3.0.3", - "protobufjs": "7.2.5" + "protobufjs": "7.5.5" }, "devDependencies": { "@bitgo/sdk-api": "^1.79.2",