From e8b5eecc5634a86908ac7f63dbf8003b74195c43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 10:06:29 +0000 Subject: [PATCH 1/2] deps: bump protobufjs-cli from 1.2.2 to 2.0.3 Bumps [protobufjs-cli](https://github.com/protobufjs/protobuf.js) from 1.2.2 to 2.0.3. - [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-cli-v1.2.2...protobufjs-cli-v2.0.3) --- updated-dependencies: - dependency-name: protobufjs-cli dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/protons/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/protons/package.json b/packages/protons/package.json index 4772f37..b0316ba 100644 --- a/packages/protons/package.json +++ b/packages/protons/package.json @@ -137,7 +137,7 @@ }, "dependencies": { "meow": "^14.1.0", - "protobufjs-cli": "^1.2.0", + "protobufjs-cli": "^2.0.3", "protons-runtime": "^6.0.0" }, "devDependencies": { From e2ffdc278ce2e2a7e2d6b3105466051eacdee2fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 11:54:10 +0000 Subject: [PATCH 2/2] deps: bump protobufjs from 7.5.6 to 8.0.3 Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.5.6 to 8.0.3. - [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.6...protobufjs-v8.0.3) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 8.0.3 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 8e3b1a9..7c70fd7 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.0.3", "protons": "^8.0.0", "protons-runtime": "^6.0.0", "uint8arraylist": "^3.0.0" diff --git a/packages/protons/package.json b/packages/protons/package.json index 7aba30b..064c418 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.0.3", "uint8arraylist": "^3.0.0", "uint8arrays": "^6.0.0" }