From e5fb95f668d841a1759dd1ac057bbf426835750b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 13:30:29 +0000 Subject: [PATCH] Bump @grpc/grpc-js from 1.14.0 to 1.14.4 in /Control Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.14.0 to 1.14.4. - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.14.0...@grpc/grpc-js@1.14.4) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-version: 1.14.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Control/package-lock.json | 8 ++++---- Control/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Control/package-lock.json b/Control/package-lock.json index 59e158097..bb41e1edb 100644 --- a/Control/package-lock.json +++ b/Control/package-lock.json @@ -15,7 +15,7 @@ "license": "GPL-3.0", "dependencies": { "@aliceo2/web-ui": "2.11.0", - "@grpc/grpc-js": "1.14.0", + "@grpc/grpc-js": "1.14.4", "@grpc/proto-loader": "0.8.0", "kafkajs": "2.2.4" }, @@ -468,9 +468,9 @@ } }, "node_modules/@grpc/grpc-js": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.14.0.tgz", - "integrity": "sha512-N8Jx6PaYzcTRNzirReJCtADVoq4z7+1KQ4E70jTg/koQiMoUSN1kbNjPOqpPbhMFhfU1/l7ixspPl8dNY+FoUg==", + "version": "1.14.4", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.14.4.tgz", + "integrity": "sha512-k9Dj3DV/itK9D06Y8f190Qgop7/Ui+D0njFV3LHMPwPT75DpXLQohE9Wmz0QElrJnzsjB7KPWiKJbOl7IPDArQ==", "inBundle": true, "license": "Apache-2.0", "dependencies": { diff --git a/Control/package.json b/Control/package.json index b4c94ed07..de1cb47b9 100644 --- a/Control/package.json +++ b/Control/package.json @@ -34,7 +34,7 @@ ], "dependencies": { "@aliceo2/web-ui": "2.11.0", - "@grpc/grpc-js": "1.14.0", + "@grpc/grpc-js": "1.14.4", "@grpc/proto-loader": "0.8.0", "kafkajs": "2.2.4" },