diff --git a/Framework/package-lock.json b/Framework/package-lock.json index 65cc6817e..7b31890f7 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.6.1", "winston": "3.19.0", "ws": "8.21.0" }, @@ -4591,10 +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==", - "hasInstallScript": true, + "version": "8.6.1", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-8.6.1.tgz", + "integrity": "sha512-s4qQPr4pU0W95iYnUInh95skjIg+3aM2sakYsw60QYanU+qWRDY2zQxOAQV6zU7ROJpSNDG9B+VSmk4dqdWWSA==", "license": "BSD-3-Clause", "dependencies": { "long": "^5.3.2" diff --git a/Framework/package.json b/Framework/package.json index 6b4c97b62..a668770c3 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.6.1" }, "devDependencies": { "@eslint/js": "10.0.1",