From 3747d54c5bc58794196c3b587a341708fa511b56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 01:44:28 +0000 Subject: [PATCH] chore(deps-dev): bump protobufjs Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.4 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/v6.11.4...protobufjs-v7.5.5) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 7.5.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- experimental/packages/otlp-transformer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimental/packages/otlp-transformer/package.json b/experimental/packages/otlp-transformer/package.json index 20eba41ed9b..7a1b2ff94fa 100644 --- a/experimental/packages/otlp-transformer/package.json +++ b/experimental/packages/otlp-transformer/package.json @@ -69,7 +69,7 @@ "mkdirp": "1.0.4", "mocha": "7.2.0", "nyc": "15.1.0", - "protobufjs": "6.11.4", + "protobufjs": "7.5.5", "rimraf": "3.0.2", "ts-loader": "8.3.0", "ts-mocha": "9.0.2",