From d9f0ca578e1280a538a0cb45190cf629b0f200cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 13:33:01 +0000 Subject: [PATCH] build(deps): bump @grpc/grpc-js from 1.11.1 to 1.11.4 Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.11.1 to 1.11.4. - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.11.1...@grpc/grpc-js@1.11.4) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-version: 1.11.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 830d2e2..511a6df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,9 @@ "license": "Apache-2.0" }, "node_modules/@grpc/grpc-js": { - "version": "1.11.1", + "version": "1.11.4", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.11.4.tgz", + "integrity": "sha512-ca9hn7kfwbJssq1TTjE6CiCnfpESHl600mVQsmaTVEQD8kD14UmCsx4rkfuWYncIvTBUbEJb3agQGkYh65VGKA==", "license": "Apache-2.0", "dependencies": { "@grpc/proto-loader": "^0.7.13",