From 1b0d91ea39ace25b89d4f0a36676f15dc7d1ee41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 00:07:30 +0000 Subject: [PATCH] chore(deps-dev): bump @grpc/grpc-js from 1.6.12 to 1.7.0 Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.6.12 to 1.7.0. - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.6.12...@grpc/grpc-js@1.7.0) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-type: direct:development update-type: version-update:semver-minor ... 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 3f2b87a0375..853f367ba06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1725,9 +1725,9 @@ "optional": true }, "@grpc/grpc-js": { - "version": "1.6.12", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.6.12.tgz", - "integrity": "sha512-JmvQ03OTSpVd9JTlj/K3IWHSz4Gk/JMLUTtW7Zb0KvO1LcOYGATh5cNuRYzCAeDR3O8wq+q8FZe97eO9MBrkUw==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.7.0.tgz", + "integrity": "sha512-wvKxal+40Xx11DXO2q5PfY3UiE25iwTb8SOz6A9IJII/V7d19x2ex0he+GJfVW0JZCaBjCPSjUB0yU9Ecm4WCw==", "dev": true, "requires": { "@grpc/proto-loader": "^0.7.0", diff --git a/package.json b/package.json index 472a65ff20c..c4880551939 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@fastify/multipart": "7.1.2", "@fastify/static": "6.5.0", "@fastify/view": "7.1.0", - "@grpc/grpc-js": "1.6.12", + "@grpc/grpc-js": "1.7.0", "@grpc/proto-loader": "0.7.2", "@nestjs/apollo": "10.1.0", "@nestjs/graphql": "10.1.1",