From b0493515522f97c899420eb8ac7b882491d8c857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 02:48:22 +0000 Subject: [PATCH] Bump protobufjs from 5.0.3 to 7.5.5 in /machinetalk-protobuf Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 5.0.3 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/5.0.3...protobufjs-v7.5.5) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 7.5.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- machinetalk-protobuf/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machinetalk-protobuf/package.json b/machinetalk-protobuf/package.json index be4791fe67..ce5d8f7369 100644 --- a/machinetalk-protobuf/package.json +++ b/machinetalk-protobuf/package.json @@ -24,7 +24,7 @@ "homepage": "https://github.com/machinekit/machinetalk-protobuf#readme", "dependencies": { "mkdirp": "0.5.1", - "protobufjs": "5.0.3" + "protobufjs": "7.5.5" }, "devDependencies": { "browserify": "^13.0.0",