From eb7038bc247a6e7270d07322f6f7e06b4ba2c385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 15:05:30 +0000 Subject: [PATCH] chore(deps): bump protobufjs in /modules/sdk-coin-trx Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.2.5 to 7.5.6. - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/protobufjs-v7.5.6/CHANGELOG.md) - [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.2.5...protobufjs-v7.5.6) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 7.5.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/sdk-coin-trx/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sdk-coin-trx/package.json b/modules/sdk-coin-trx/package.json index b8cd2691c3..7511f5abc4 100644 --- a/modules/sdk-coin-trx/package.json +++ b/modules/sdk-coin-trx/package.json @@ -55,7 +55,7 @@ "ethers": "^5.7.2", "lodash": "^4.18.0", "long": "^5.3.2", - "protobufjs": "7.2.5", + "protobufjs": "7.5.6", "secp256k1": "5.0.1", "superagent": "^9.0.1", "tronweb": "5.1.0"