From ebade289eeb0832282f88fef7bf5af4271436ae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 05:58:17 +0000 Subject: [PATCH] Bump protobufjs from 5.0.3 to 7.6.3 in /machinetalk-protobuf Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 5.0.3 to 7.6.3. - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/protobufjs-v7.6.3/CHANGELOG.md) - [Commits](https://github.com/protobufjs/protobuf.js/compare/5.0.3...protobufjs-v7.6.3) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 7.6.3 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..15e6f1f648 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.6.3" }, "devDependencies": { "browserify": "^13.0.0",