From eb46e2b9ded7ba0b30c1692cbc7fc5ccdb078e4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 18:53:56 +0000 Subject: [PATCH] Bump protobufjs from 6.8.8 to 7.5.8 in /HW/machinetalk-protobuf Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.8.8 to 7.5.8. - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/protobufjs-v7.5.8/CHANGELOG.md) - [Commits](https://github.com/protobufjs/protobuf.js/compare/6.8.8...protobufjs-v7.5.8) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 7.5.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- HW/machinetalk-protobuf/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HW/machinetalk-protobuf/package.json b/HW/machinetalk-protobuf/package.json index 8f78890..c574347 100644 --- a/HW/machinetalk-protobuf/package.json +++ b/HW/machinetalk-protobuf/package.json @@ -24,7 +24,7 @@ "homepage": "https://github.com/machinekit/machinetalk-protobuf#readme", "dependencies": { "mkdirp": "0.5.1", - "protobufjs": "6.8.8" + "protobufjs": "7.5.8" }, "devDependencies": { "browserify": "^13.0.0",