From 1f0ed0059deacb42b02855d32d2461854a076e3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 03:05:05 +0000 Subject: [PATCH] build(deps): bump protobufjs in /example/clients/nodejs Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.3.0 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.3.0...protobufjs-v7.5.5) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 7.5.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- example/clients/nodejs/package-lock.json | 6 +++--- example/clients/nodejs/yarn.lock | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/example/clients/nodejs/package-lock.json b/example/clients/nodejs/package-lock.json index 13557e3..7cac06c 100644 --- a/example/clients/nodejs/package-lock.json +++ b/example/clients/nodejs/package-lock.json @@ -415,9 +415,9 @@ } }, "node_modules/protobufjs": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.3.0.tgz", - "integrity": "sha512-YWD03n3shzV9ImZRX3ccbjqLxj7NokGN0V/ESiBV5xWqrommYHYiihuIyavq03pWSGqlyvYUFmfoMKd+1rPA/g==", + "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": { diff --git a/example/clients/nodejs/yarn.lock b/example/clients/nodejs/yarn.lock index 94f3056..1c73050 100644 --- a/example/clients/nodejs/yarn.lock +++ b/example/clients/nodejs/yarn.lock @@ -252,9 +252,9 @@ nopt@^8.0.0: abbrev "^3.0.0" protobufjs@^7.2.5: - version "7.3.0" - resolved "https://registry.npmjs.org/protobufjs/-/protobufjs-7.3.0.tgz" - integrity sha512-YWD03n3shzV9ImZRX3ccbjqLxj7NokGN0V/ESiBV5xWqrommYHYiihuIyavq03pWSGqlyvYUFmfoMKd+1rPA/g== + version "7.5.5" + resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.5.5.tgz#b7089ca4410374c75150baf277353ef76db69f96" + integrity sha512-3wY1AxV+VBNW8Yypfd1yQY9pXnqTAN+KwQxL8iYm3/BjKYMNg4i0owhEe26PWDOMaIrzeeF98Lqd5NGz4omiIg== dependencies: "@protobufjs/aspromise" "^1.1.2" "@protobufjs/base64" "^1.1.2"