From 3018f4f576ea4004b77d40d7dbbe418c8bcd51e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 10:01:19 +0000 Subject: [PATCH] Bump protobufjs from 8.0.3 to 8.2.0 in /Framework Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 8.0.3 to 8.2.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.0.3...protobufjs-v8.2.0) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 8.2.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 831069ac5..e51d40bd7 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.0.3", + "protobufjs": "8.2.0", "winston": "3.19.0", "ws": "8.20.0" }, @@ -4850,9 +4850,9 @@ } }, "node_modules/protobufjs": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-8.0.3.tgz", - "integrity": "sha512-LBYnMWkKLB8fE/ljROPDbCl7mgLSlI+oBe1fAAr5MTqFg4TIi0tYrVVurJvQggOjnUYMQtEZBjrej59ojMNTHQ==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-8.2.0.tgz", + "integrity": "sha512-oI+GC9iPxrQEr6wragljFKH46/r3rNsm6eg7F2fp6kBUMnf6/mesDRdBuF4gK+OyaKJ8N4C1B9s9cCeYdqFikg==", "hasInstallScript": true, "license": "BSD-3-Clause", "dependencies": { diff --git a/Framework/package.json b/Framework/package.json index e2386874b..e47ded89b 100644 --- a/Framework/package.json +++ b/Framework/package.json @@ -39,7 +39,7 @@ "openid-client": "5.6.5", "winston": "3.19.0", "ws": "8.20.0", - "protobufjs": "8.0.3" + "protobufjs": "8.2.0" }, "devDependencies": { "@eslint/js": "10.0.1",