From 79ec6296f96821a63585e1a4c414913d94686c09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 22:20:42 +0000 Subject: [PATCH] Bump protobufjs from 8.4.2 to 8.5.0 in /Framework Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 8.4.2 to 8.5.0. - [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-v8.4.2...protobufjs-v8.5.0) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 8.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Framework/package-lock.json | 8 ++++---- Framework/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Framework/package-lock.json b/Framework/package-lock.json index 65cc6817e..ff6ec2861 100644 --- a/Framework/package-lock.json +++ b/Framework/package-lock.json @@ -15,7 +15,7 @@ "kafkajs": "2.2.4", "mithril": "1.1.7", "openid-client": "5.6.5", - "protobufjs": "8.4.2", + "protobufjs": "8.5.0", "winston": "3.19.0", "ws": "8.21.0" }, @@ -4591,9 +4591,9 @@ } }, "node_modules/protobufjs": { - "version": "8.4.2", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-8.4.2.tgz", - "integrity": "sha512-64rfNzkWOZAIazXzpBFPWq6F9up6gMvTzjE2oWIzApx2N/dqVUEE7+bCn2+40780dFVtKOUab8QfxJ6KJDWbqA==", + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-8.5.0.tgz", + "integrity": "sha512-df1jWDPA5VIBNRtuAHjqr09f2qN5D4Vke1wYqOQg1XJ7ZDpA7BD6L7E4tyChgGRLB5hqk2m79Zsy0WHwV9a84A==", "hasInstallScript": true, "license": "BSD-3-Clause", "dependencies": { diff --git a/Framework/package.json b/Framework/package.json index 6b4c97b62..cdabeb234 100644 --- a/Framework/package.json +++ b/Framework/package.json @@ -39,7 +39,7 @@ "openid-client": "5.6.5", "winston": "3.19.0", "ws": "8.21.0", - "protobufjs": "8.4.2" + "protobufjs": "8.5.0" }, "devDependencies": { "@eslint/js": "10.0.1",