From a91767868a0e69d544477a4a6041fc9fb921f23d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 19:21:06 +0000 Subject: [PATCH] Bump protobufjs from 6.8.8 to 7.5.6 in /HW/machinetalk-protobuf Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.8.8 to 7.5.6. - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/protobufjs-v7.5.6/CHANGELOG.md) - [Commits](https://github.com/protobufjs/protobuf.js/compare/6.8.8...protobufjs-v7.5.6) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 7.5.6 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..7534ad1 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.6" }, "devDependencies": { "browserify": "^13.0.0",