From 73b0c997642e01113ba53284e22d8a85061e3baf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 14:16:53 +0000 Subject: [PATCH] Bump @grpc/grpc-js Bumps the npm_and_yarn group with 1 update in the /examples/node directory: [@grpc/grpc-js](https://github.com/grpc/grpc-node). Updates `@grpc/grpc-js` from 1.10.9 to 1.10.12 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.9...@grpc/grpc-js@1.10.12) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-version: 1.10.12 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- examples/node/package-lock.json | 9 +++++---- examples/node/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/examples/node/package-lock.json b/examples/node/package-lock.json index 659cc9c..f9a9d81 100644 --- a/examples/node/package-lock.json +++ b/examples/node/package-lock.json @@ -5,14 +5,15 @@ "packages": { "": { "dependencies": { - "@grpc/grpc-js": "^1.10.9", + "@grpc/grpc-js": "^1.10.12", "@grpc/proto-loader": "^0.7.11" } }, "node_modules/@grpc/grpc-js": { - "version": "1.10.9", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.10.9.tgz", - "integrity": "sha512-5tcgUctCG0qoNyfChZifz2tJqbRbXVO9J7X6duFcOjY3HUNCxg5D0ZCK7EP9vIcZ0zRpLU9bWkyCqVCLZ46IbQ==", + "version": "1.10.12", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.10.12.tgz", + "integrity": "sha512-Cn1e1MDS2kF6QsLHGIBGjWWOXtTpnGmnJ31nO9Jzn/plm8tbD/NSovX3BEi921M4CAPLjrQmP0OLEv2Qg51CPg==", + "license": "Apache-2.0", "dependencies": { "@grpc/proto-loader": "^0.7.13", "@js-sdsl/ordered-map": "^4.4.2" diff --git a/examples/node/package.json b/examples/node/package.json index 936db63..38197fd 100644 --- a/examples/node/package.json +++ b/examples/node/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "@grpc/grpc-js": "^1.10.9", + "@grpc/grpc-js": "^1.10.12", "@grpc/proto-loader": "^0.7.11" } }