From 4ee9e63656dcf6165009864f467e3f67f59c8ffe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 01:18:10 +0000 Subject: [PATCH] chore(deps-dev): bump @grpc/grpc-js from 1.8.10 to 1.8.11 Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.8.10 to 1.8.11. - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.8.10...@grpc/grpc-js@1.8.11) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ee5acec3f54..39aaa3ceda0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2721,9 +2721,9 @@ "dev": true }, "@grpc/grpc-js": { - "version": "1.8.10", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.8.10.tgz", - "integrity": "sha512-x7QS+gJq8WaS1OJYFJkmeoX2PHhi3b5TR5TqR9a8NJv6VyedFecp3LgAUmuJSQZlwoAODpCKRtu4HzG1srNjiA==", + "version": "1.8.11", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.8.11.tgz", + "integrity": "sha512-f/xC+6Z2QKsRJ+VSSFlt4hA5KSRm+PKvMWV8kMPkMgGlFidR6PeIkXrOasIY2roe+WROM6GFQLlgDKfeEZo2YQ==", "dev": true, "requires": { "@grpc/proto-loader": "^0.7.0", diff --git a/package.json b/package.json index eb51c9c762b..f4c0945299f 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "@fastify/multipart": "7.4.1", "@fastify/static": "6.9.0", "@fastify/view": "7.4.1", - "@grpc/grpc-js": "1.8.10", + "@grpc/grpc-js": "1.8.11", "@grpc/proto-loader": "0.7.5", "@nestjs/apollo": "10.2.0", "@nestjs/graphql": "10.2.0",