From 5835dc78f73d7e62a01008643d08ccdb93fdbce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 05:38:18 +0000 Subject: [PATCH] build(deps-dev): bump protobufjs Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.5.4 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.5.4...protobufjs-v7.5.5) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 7.5.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../replicated-model-test/package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/model-client-js-test/replicated-model-test/package-lock.json b/model-client-js-test/replicated-model-test/package-lock.json index fed8271339..39d59abb00 100644 --- a/model-client-js-test/replicated-model-test/package-lock.json +++ b/model-client-js-test/replicated-model-test/package-lock.json @@ -23,7 +23,7 @@ "version": "1.3.2-kernelf.4.dirty-SNAPSHOT", "license": "Apache 2.0", "devDependencies": { - "@types/node": "^25.5.0", + "@types/node": "^25.5.2", "dukat": "^0.5.8-rc.4", "husky": "^9.1.7", "shx": "^0.4.0", @@ -4554,9 +4554,9 @@ } }, "node_modules/protobufjs": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.4.tgz", - "integrity": "sha512-CvexbZtbov6jW2eXAvLukXjXUW1TzFaivC46BpWc/3BpcCysb5Vffu+B3XHMm8lVEuy2Mm4XGex8hBSg1yapPg==", + "version": "7.5.5", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.5.tgz", + "integrity": "sha512-3wY1AxV+VBNW8Yypfd1yQY9pXnqTAN+KwQxL8iYm3/BjKYMNg4i0owhEe26PWDOMaIrzeeF98Lqd5NGz4omiIg==", "dev": true, "hasInstallScript": true, "license": "BSD-3-Clause",