diff --git a/Framework/package-lock.json b/Framework/package-lock.json index 70d823ad1..204dca283 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.4.0", "winston": "3.19.0", "ws": "8.20.1" }, @@ -935,7 +935,9 @@ "version": "25.6.0", "resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.0.tgz", "integrity": "sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==", + "dev": true, "license": "MIT", + "optional": true, "dependencies": { "undici-types": "~7.19.0" } @@ -4600,14 +4602,13 @@ } }, "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.4.0", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-8.4.0.tgz", + "integrity": "sha512-iriNhQ57SYA5Jbdi+41AyPdx6jPPkFO7DODzkOBmqFhgYn/JzX2HxgxYPY18eQAs3CP/AWqtPvkWn8rclRAxdQ==", "hasInstallScript": true, "license": "BSD-3-Clause", "dependencies": { - "@types/node": ">=13.7.0", - "long": "^5.0.0" + "long": "^5.3.2" }, "engines": { "node": ">=12.0.0" @@ -5688,7 +5689,9 @@ "version": "7.19.2", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz", "integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==", - "license": "MIT" + "dev": true, + "license": "MIT", + "optional": true }, "node_modules/unpipe": { "version": "1.0.0", diff --git a/Framework/package.json b/Framework/package.json index a42043aab..775563027 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.1", - "protobufjs": "8.0.3" + "protobufjs": "8.4.0" }, "devDependencies": { "@eslint/js": "10.0.1",