From 8c80cd7ffa10c74b3140ffbdf8fe8a296e336ef4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:09:33 +0000 Subject: [PATCH] chore(deps): Bump @grpc/grpc-js from 1.9.6 to 1.9.7 Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.9.6 to 1.9.7. - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.9.6...@grpc/grpc-js@1.9.7) --- 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a377c9145..9c842e21e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@fluent/react": "^0.15.2", "@google-cloud/logging-winston": "^6.0.0", "@google-cloud/pubsub": "^4.0.6", - "@grpc/grpc-js": "1.9.6", + "@grpc/grpc-js": "1.9.7", "@leeoniya/ufuzzy": "^1.0.11", "@mozilla/glean": "2.0.5", "@sentry/nextjs": "^7.74.1", @@ -4257,9 +4257,9 @@ } }, "node_modules/@grpc/grpc-js": { - "version": "1.9.6", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.9.6.tgz", - "integrity": "sha512-yq3qTy23u++8zdvf+h4mz4ohDFi681JAkMZZPTKh8zmUVh0AKLisFlgxcn22FMNowXz15oJ6pqgwT7DJ+PdJvg==", + "version": "1.9.7", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.9.7.tgz", + "integrity": "sha512-yMaA/cIsRhGzW3ymCNpdlPcInXcovztlgu/rirThj2b87u3RzWUszliOqZ/pldy7yhmJPS8uwog+kZSTa4A0PQ==", "dependencies": { "@grpc/proto-loader": "^0.7.8", "@types/node": ">=12.12.47" @@ -32474,9 +32474,9 @@ } }, "@grpc/grpc-js": { - "version": "1.9.6", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.9.6.tgz", - "integrity": "sha512-yq3qTy23u++8zdvf+h4mz4ohDFi681JAkMZZPTKh8zmUVh0AKLisFlgxcn22FMNowXz15oJ6pqgwT7DJ+PdJvg==", + "version": "1.9.7", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.9.7.tgz", + "integrity": "sha512-yMaA/cIsRhGzW3ymCNpdlPcInXcovztlgu/rirThj2b87u3RzWUszliOqZ/pldy7yhmJPS8uwog+kZSTa4A0PQ==", "requires": { "@grpc/proto-loader": "^0.7.8", "@types/node": ">=12.12.47" diff --git a/package.json b/package.json index 5070d9ce9..991a295f5 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@fluent/react": "^0.15.2", "@google-cloud/logging-winston": "^6.0.0", "@google-cloud/pubsub": "^4.0.6", - "@grpc/grpc-js": "1.9.6", + "@grpc/grpc-js": "1.9.7", "@leeoniya/ufuzzy": "^1.0.11", "@mozilla/glean": "2.0.5", "@sentry/nextjs": "^7.74.1",