From e51c87131107b331f919534458643776bb3f1dee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 23:40:28 +0000 Subject: [PATCH] chore(deps): bump protobufjs in /tools/proto2jsonschema Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.2.5 to 7.5.5. - [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.2.5...protobufjs-v7.5.5) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 7.5.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/proto2jsonschema/package-lock.json | 9 +++++---- tools/proto2jsonschema/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/tools/proto2jsonschema/package-lock.json b/tools/proto2jsonschema/package-lock.json index 8fa72b09..349eb48e 100644 --- a/tools/proto2jsonschema/package-lock.json +++ b/tools/proto2jsonschema/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "flat": "^6.0.0", - "protobufjs": "^7.0.0", + "protobufjs": "^7.5.5", "recursive-readdir": "^2.2.2" } }, @@ -119,10 +119,11 @@ } }, "node_modules/protobufjs": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.5.tgz", - "integrity": "sha512-gGXRSXvxQ7UiPgfw8gevrfRWcTlSbOFg+p/N+JVJEK5VhueL2miT6qTymqAmjr1Q5WbOCyJbyrk6JfWKwlFn6A==", + "version": "7.5.5", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.5.tgz", + "integrity": "sha512-3wY1AxV+VBNW8Yypfd1yQY9pXnqTAN+KwQxL8iYm3/BjKYMNg4i0owhEe26PWDOMaIrzeeF98Lqd5NGz4omiIg==", "hasInstallScript": true, + "license": "BSD-3-Clause", "dependencies": { "@protobufjs/aspromise": "^1.1.2", "@protobufjs/base64": "^1.1.2", diff --git a/tools/proto2jsonschema/package.json b/tools/proto2jsonschema/package.json index a8343854..4a164176 100644 --- a/tools/proto2jsonschema/package.json +++ b/tools/proto2jsonschema/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "flat": "^6.0.0", - "protobufjs": "^7.0.0", + "protobufjs": "^7.5.5", "recursive-readdir": "^2.2.2" }, "type": "module"