From bf8232b010a33494a930f3dd0df63e925ca2e837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:31:13 +0000 Subject: [PATCH] build(deps): Bump @grpc/grpc-js from 1.9.7 to 1.9.9 Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.9.7 to 1.9.9. - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/commits) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/grpc-api-client/package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/grpc-api-client/package.json b/packages/grpc-api-client/package.json index feabaef..61ec22a 100644 --- a/packages/grpc-api-client/package.json +++ b/packages/grpc-api-client/package.json @@ -15,7 +15,7 @@ "provenance": true }, "dependencies": { - "@grpc/grpc-js": "^1.9.7", + "@grpc/grpc-js": "^1.9.9", "@protobuf-ts/grpc-transport": "^2.9.1", "@protobuf-ts/runtime": "^2.9.1", "@protobuf-ts/runtime-rpc": "^2.9.1", diff --git a/yarn.lock b/yarn.lock index b9d38d6..4b49b9b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1476,13 +1476,13 @@ __metadata: languageName: node linkType: hard -"@grpc/grpc-js@npm:^1.9.7": - version: 1.9.7 - resolution: "@grpc/grpc-js@npm:1.9.7" +"@grpc/grpc-js@npm:^1.9.9": + version: 1.9.9 + resolution: "@grpc/grpc-js@npm:1.9.9" dependencies: "@grpc/proto-loader": "npm:^0.7.8" "@types/node": "npm:>=12.12.47" - checksum: f3104888bf04c0b09b27ba3e3dfa5b6ce228411d66f53c0ac7a5c2ec4405f46a855fd3321a0834d6e9129f75245827ae461b2ddff6e5953d22ff2a01f3985a63 + checksum: 80f9d8eac4dc46fa18fc81dbb06e6a1af11e61935be696a9f6434795ed899600fa8f1dc315711526c6600d57ad5472e502dee74a274ce01a0699d8c8efef2827 languageName: node linkType: hard @@ -2712,7 +2712,7 @@ __metadata: version: 0.0.0-use.local resolution: "@xmtp/grpc-api-client@workspace:packages/grpc-api-client" dependencies: - "@grpc/grpc-js": "npm:^1.9.7" + "@grpc/grpc-js": "npm:^1.9.9" "@protobuf-ts/grpc-transport": "npm:^2.9.1" "@protobuf-ts/runtime": "npm:^2.9.1" "@protobuf-ts/runtime-rpc": "npm:^2.9.1"