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