From 156b5d5e73882cc68bf25abf0b92208dd7c334e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 23:59:40 +0000 Subject: [PATCH] chore(deps): bump protobufjs in /modules/sdk-coin-hbar 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-hbar/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sdk-coin-hbar/package.json b/modules/sdk-coin-hbar/package.json index 0b0f38a756..f8b176277c 100644 --- a/modules/sdk-coin-hbar/package.json +++ b/modules/sdk-coin-hbar/package.json @@ -49,7 +49,7 @@ "bignumber.js": "^9.0.0", "lodash": "^4.18.0", "long": "^5.2.3", - "protobufjs": "7.2.5", + "protobufjs": "7.5.5", "stellar-sdk": "^10.0.1", "tweetnacl": "^1.0.3" },