From 6c222b965fad7f8c7b96936a427476f5cb6438c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 07:14:31 +0000 Subject: [PATCH] Bump @grpc/grpc-js from 1.9.9 to 1.9.12 Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.9.9 to 1.9.12. - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.9.9...@grpc/grpc-js@1.9.12) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/connect-node-test/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ed97eb728..b1455bad4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1532,9 +1532,9 @@ } }, "node_modules/@grpc/grpc-js": { - "version": "1.9.9", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.9.9.tgz", - "integrity": "sha512-vQ1qwi/Kiyprt+uhb1+rHMpyk4CVRMTGNUGGPRGS7pLNfWkdCHrGEnT6T3/JyC2VZgoOX/X1KwdoU0WYQAeYcQ==", + "version": "1.9.12", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.9.12.tgz", + "integrity": "sha512-Um5MBuge32TS3lAKX02PGCnFM4xPT996yLgZNb5H03pn6NyJ4Iwn5YcPq6Jj9yxGRk7WOgaZFtVRH5iTdYBeUg==", "dependencies": { "@grpc/proto-loader": "^0.7.8", "@types/node": ">=12.12.47" @@ -8500,7 +8500,7 @@ "@connectrpc/connect-fastify": "1.1.3", "@connectrpc/connect-node": "1.1.3", "@connectrpc/connect-web": "1.1.3", - "@grpc/grpc-js": "^1.9.4", + "@grpc/grpc-js": "^1.9.12", "@types/express": "^4.17.18", "@types/jasmine": "^5.0.0", "esbuild": "^0.16.12", diff --git a/packages/connect-node-test/package.json b/packages/connect-node-test/package.json index a5b1c6af4..146e14d79 100644 --- a/packages/connect-node-test/package.json +++ b/packages/connect-node-test/package.json @@ -19,7 +19,7 @@ "@connectrpc/connect-fastify": "1.1.3", "@connectrpc/connect-node": "1.1.3", "@connectrpc/connect-web": "1.1.3", - "@grpc/grpc-js": "^1.9.4", + "@grpc/grpc-js": "^1.9.12", "@types/express": "^4.17.18", "@types/jasmine": "^5.0.0", "esbuild": "^0.16.12",