From 945075a7e1530076c2d3d62bdcc5387d3a1b21cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 06:01:32 +0000 Subject: [PATCH] Bump protobufjs from 7.5.0 to 8.0.0 in /Framework Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.5.0 to 8.0.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-v7.5.0...protobufjs-v8.0.0) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 8a8d32dea..1579cf621 100644 --- a/Framework/package-lock.json +++ b/Framework/package-lock.json @@ -16,7 +16,7 @@ "mithril": "1.1.7", "mysql": "^2.18.1", "openid-client": "^5.6.0", - "protobufjs": "^7.5.0", + "protobufjs": "^8.0.0", "winston": "3.19.0", "ws": "^8.18.0" }, @@ -4708,9 +4708,9 @@ } }, "node_modules/protobufjs": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.0.tgz", - "integrity": "sha512-Z2E/kOY1QjoMlCytmexzYfDm/w5fKAiRwpSzGtdnXW1zC88Z2yXazHHrOtwCzn+7wSxyE8PYM4rvVcMphF9sOA==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-8.0.0.tgz", + "integrity": "sha512-jx6+sE9h/UryaCZhsJWbJtTEy47yXoGNYI4z8ZaRncM0zBKeRqjO2JEcOUYwrYGb1WLhXM1FfMzW3annvFv0rw==", "hasInstallScript": true, "license": "BSD-3-Clause", "dependencies": { diff --git a/Framework/package.json b/Framework/package.json index e57d01501..627c7eeb0 100644 --- a/Framework/package.json +++ b/Framework/package.json @@ -40,7 +40,7 @@ "openid-client": "^5.6.0", "winston": "3.19.0", "ws": "^8.18.0", - "protobufjs": "^7.5.0" + "protobufjs": "^8.0.0" }, "devDependencies": { "@eslint/js": "^9.39.1",