From dbc22d41176969897f5bcb9e4d74833fa713360d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 13:13:55 +0000 Subject: [PATCH] chore(deps-dev): bump protobufjs from 8.6.0 to 8.6.2 Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 8.6.0 to 8.6.2. - [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-v8.6.0...protobufjs-v8.6.2) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 8.6.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/kafka/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a566d44608..1b57682f0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9093,9 +9093,9 @@ } }, "node_modules/protobufjs": { - "version": "8.6.0", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-8.6.0.tgz", - "integrity": "sha512-PIOO89BMGMXGz2333TVv/OqPNVWm7w30ll/4FtLbtLBaonzJMYwTbAZSSlobjIy9MoUgIAxSVUpK7aP7EpTtkg==", + "version": "8.6.2", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-8.6.2.tgz", + "integrity": "sha512-CCERJxzRvKMeEdJSLwdQf40TXWNPc8M4RkN7j/lxY6FQB+4do8rETWqj60AqxP9n0XIsxnSefZ8uhAaGKg2njw==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -10508,7 +10508,7 @@ }, "devDependencies": { "avro-js": "^1.12.1", - "protobufjs": "^8.6.0", + "protobufjs": "^8.6.2", "zod": "^4.4.3" }, "peerDependencies": { diff --git a/packages/kafka/package.json b/packages/kafka/package.json index 72d2dacf5e..ac0343ef75 100644 --- a/packages/kafka/package.json +++ b/packages/kafka/package.json @@ -116,7 +116,7 @@ }, "devDependencies": { "avro-js": "^1.12.1", - "protobufjs": "^8.6.0", + "protobufjs": "^8.6.2", "zod": "^4.4.3" } }