From e9ec67f13483c027309e9855549ce7631030e9be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 05:38:53 +0000 Subject: [PATCH] deps: bump protobufjs from 7.6.2 to 8.5.0 Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.6.2 to 8.5.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.5.0) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 8.5.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..13ae775 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.5.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..16247d7 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.5.0", "uint8arraylist": "^3.0.0", "uint8arrays": "^6.0.0" }