From a5b960618c314754b43037596a15cb76216991bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 05:02:39 +0000 Subject: [PATCH] Bump protobufjs from 8.6.3 to 8.7.1 in /Framework Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 8.6.3 to 8.7.1. - [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.6.3...protobufjs-v8.7.1) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 8.7.1 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 1a786cf84..3cbd23e36 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.6.3", + "protobufjs": "8.7.1", "winston": "3.19.0", "ws": "8.21.0" }, @@ -4440,9 +4440,9 @@ } }, "node_modules/protobufjs": { - "version": "8.6.3", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-8.6.3.tgz", - "integrity": "sha512-alQyzT0j401LGBtwsqu6uprjR6pfNH1UJf9N6GBFMjIcd+HzTe0/HrjAbFCqun+zvnfLarrxAtMM2xvZ+kFZ5A==", + "version": "8.7.1", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-8.7.1.tgz", + "integrity": "sha512-agdGHrXNTv0IrYscJPDou/PlEJk1c/hBZ9o/B5NH2i/nSPtPqacNxzgwf1CebXxFMjMrZH5sqv9uQuw96aGt/A==", "license": "BSD-3-Clause", "dependencies": { "long": "^5.3.2" diff --git a/Framework/package.json b/Framework/package.json index a00fbef69..a1d62968b 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.6.3" + "protobufjs": "8.7.1" }, "devDependencies": { "@eslint/js": "10.0.1",