From 11de44800c7fe12b79c26cca6d11853ded5b379b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 10:04:30 +0000 Subject: [PATCH] deps: bump protobufjs from 7.6.2 to 8.6.0 Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.6.2 to 8.6.0. - [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.6.2...protobufjs-v8.6.0) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 8.6.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/protons-benchmark/package.json | 2 +- packages/protons/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/protons-benchmark/package.json b/packages/protons-benchmark/package.json index 191f251..db1abb3 100644 --- a/packages/protons-benchmark/package.json +++ b/packages/protons-benchmark/package.json @@ -24,7 +24,7 @@ "aegir": "^48.0.1", "benchmark": "^2.1.4", "pbjs": "^0.0.14", - "protobufjs": "^7.5.4", + "protobufjs": "^8.6.0", "protons": "^9.0.0", "protons-runtime": "^7.0.0", "uint8arraylist": "^3.0.0" diff --git a/packages/protons/package.json b/packages/protons/package.json index 3ca89c8..f98eaad 100644 --- a/packages/protons/package.json +++ b/packages/protons/package.json @@ -145,7 +145,7 @@ "it-all": "^3.0.9", "long": "^5.3.2", "pbjs": "^0.0.14", - "protobufjs": "^7.5.4", + "protobufjs": "^8.6.0", "uint8arraylist": "^3.0.0", "uint8arrays": "^6.0.0" }