Skip to content

Commit

Permalink
fix(deps): update dependency @grpc/proto-loader to v0.7.5 (#5132)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @grpc/proto-loader to v0.7.5

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Feb 13, 2023
1 parent 989a478 commit faee138
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/@graphql-mesh_grpc-5132-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/grpc": patch
---
dependencies updates:
- Updated dependency [`@grpc/[email protected]` ↗︎](https://www.npmjs.com/package/@grpc/proto-loader/v/0.7.5) (from `0.7.4`, in `dependencies`)
2 changes: 1 addition & 1 deletion examples/grpc-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@graphql-mesh/grpc": "0.29.5",
"@graphql-mesh/transform-naming-convention": "0.13.10",
"@grpc/grpc-js": "1.8.8",
"@grpc/proto-loader": "0.7.4",
"@grpc/proto-loader": "0.7.5",
"google-protobuf": "3.21.2",
"graphql": "16.6.0"
},
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 @@ -15,7 +15,7 @@
"@graphql-mesh/grpc": "0.29.5",
"@graphql-mesh/transform-naming-convention": "0.13.10",
"@grpc/grpc-js": "1.8.8",
"@grpc/proto-loader": "0.7.4",
"@grpc/proto-loader": "0.7.5",
"google-protobuf": "3.21.2",
"graphql": "16.6.0",
"grpc-node-server-reflection": "1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@graphql-mesh/types": "0.91.1",
"@graphql-mesh/utils": "0.43.9",
"@grpc/grpc-js": "^1.1.7",
"@grpc/proto-loader": "0.7.4",
"@grpc/proto-loader": "0.7.5",
"globby": "11.1.0",
"graphql-compose": "9.0.10",
"graphql-scalars": "1.20.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3970,10 +3970,10 @@
"@grpc/proto-loader" "^0.7.0"
"@types/node" ">=12.12.47"

"@grpc/[email protected].4", "@grpc/proto-loader@^0.7.0":
version "0.7.4"
resolved "https://registry.yarnpkg.com/@grpc/proto-loader/-/proto-loader-0.7.4.tgz#4946a84fbf47c3ddd4e6a97acb79d69a9f47ebf2"
integrity sha512-MnWjkGwqQ3W8fx94/c1CwqLsNmHHv2t0CFn+9++6+cDphC1lolpg9M2OU0iebIjK//pBNX9e94ho+gjx6vz39w==
"@grpc/[email protected].5", "@grpc/proto-loader@^0.7.0":
version "0.7.5"
resolved "https://registry.yarnpkg.com/@grpc/proto-loader/-/proto-loader-0.7.5.tgz#ee9e7488fa585dc6b0f7fe88cd39723a3e64c906"
integrity sha512-mfcTuMbFowq1wh/Rn5KQl6qb95M21Prej3bewD9dUQMurYGVckGO/Pbe2Ocwto6sD05b/mxZLspvqwx60xO2Rg==
dependencies:
"@types/long" "^4.0.1"
lodash.camelcase "^4.3.0"
Expand Down

0 comments on commit faee138

Please sign in to comment.