Skip to content

Commit

Permalink
fix(deps): update dependency @grpc/grpc-js to v1.10.0 (#6538)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 7, 2024
1 parent fb09a1c commit 12ba8f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/grpc-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@graphql-mesh/cli": "0.88.5",
"@graphql-mesh/grpc": "0.97.3",
"@graphql-mesh/transform-naming-convention": "0.96.3",
"@grpc/grpc-js": "1.9.14",
"@grpc/grpc-js": "1.10.0",
"@grpc/proto-loader": "0.7.10",
"google-protobuf": "3.21.2",
"graphql": "16.8.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/grpc-reflection-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@graphql-mesh/cli": "0.88.5",
"@graphql-mesh/grpc": "0.97.3",
"@graphql-mesh/transform-naming-convention": "0.96.3",
"@grpc/grpc-js": "1.9.14",
"@grpc/grpc-js": "1.10.0",
"@grpc/proto-loader": "0.7.10",
"google-protobuf": "3.21.2",
"graphql": "16.8.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3784,10 +3784,10 @@
"@repeaterjs/repeater" "^3.0.4"
tslib "^2.5.2"

"@grpc/grpc-js@1.9.14", "@grpc/grpc-js@^1.1.7", "@grpc/grpc-js@^1.2.8", "@grpc/grpc-js@^1.8.10":
version "1.9.14"
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.9.14.tgz#236378822876cbf7903f9d61a0330410e8dcc5a1"
integrity sha512-nOpuzZ2G3IuMFN+UPPpKrC6NsLmWsTqSsm66IRfnBt1D4pwTqE27lmbpcPM+l2Ua4gE7PfjRHI6uedAy7hoXUw==
"@grpc/grpc-js@1.10.0", "@grpc/grpc-js@^1.1.7", "@grpc/grpc-js@^1.2.8", "@grpc/grpc-js@^1.8.10":
version "1.10.0"
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.10.0.tgz#23b5defd6a021a20924b4baca2dd1b3a3ecc3716"
integrity sha512-tx+eoEsqkMkLCHR4OOplwNIaJ7SVZWzeVKzEMBz8VR+TbssgBYOP4a0P+KQiQ6LaTG4SGaIEu7YTS8xOmkOWLA==
dependencies:
"@grpc/proto-loader" "^0.7.8"
"@types/node" ">=12.12.47"
Expand Down

0 comments on commit 12ba8f2

Please sign in to comment.