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",