Skip to content

Commit

Permalink
fix(deps): update dependency @grpc/proto-loader to v0.5.6 (#1452)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jan 20, 2021
1 parent b475ff1 commit 610fdf6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/handlers/grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@graphql-mesh/types": "0.28.0",
"@graphql-mesh/utils": "0.8.3",
"@grpc/grpc-js": "1.2.4",
"@grpc/proto-loader": "0.5.5",
"@grpc/proto-loader": "0.5.6",
"camel-case": "4.1.2",
"graphql-scalars": "1.7.0",
"graphql-compose": "7.24.1",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2755,6 +2755,14 @@
lodash.camelcase "^4.3.0"
protobufjs "^6.8.6"

"@grpc/[email protected]":
version "0.5.6"
resolved "https://registry.yarnpkg.com/@grpc/proto-loader/-/proto-loader-0.5.6.tgz#1dea4b8a6412b05e2d58514d507137b63a52a98d"
integrity sha512-DT14xgw3PSzPxwS13auTEwxhMMOoz33DPUKNtmYK/QYbBSpLXJy78FGGs5yVoxVobEqPm4iW9MOIoz0A3bLTRQ==
dependencies:
lodash.camelcase "^4.3.0"
protobufjs "^6.8.6"

"@grpc/proto-loader@^0.6.0-pre14":
version "0.6.0-pre9"
resolved "https://registry.yarnpkg.com/@grpc/proto-loader/-/proto-loader-0.6.0-pre9.tgz#0c6fe42f6c5ef9ce1b3cef7be64d5b09d6fe4d6d"
Expand Down

0 comments on commit 610fdf6

Please sign in to comment.