From 7190b99560534c2ef25462d11ad67efea5e4b993 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 10:06:06 +0000 Subject: [PATCH] deps: bump protobufjs from 7.5.8 to 8.3.0 Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.5.8 to 8.3.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.5.8...protobufjs-v8.3.0) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 8.3.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..c179626 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.3.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..ad1ec95 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.3.0", "uint8arraylist": "^3.0.0", "uint8arrays": "^6.0.0" }