Skip to content

Commit

Permalink
Merge pull request #12801 from nestjs/renovate/grpc-grpc-js-1.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency @grpc/grpc-js to v1.9.11
  • Loading branch information
kamilmysliwiec committed Nov 23, 2023
2 parents bb85e0b + 978963b commit 07c370c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions sample/04-grpc/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/04-grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@grpc/grpc-js": "1.9.7",
"@grpc/grpc-js": "1.9.11",
"@nestjs/common": "10.2.6",
"@nestjs/core": "10.2.6",
"@nestjs/microservices": "10.2.6",
Expand Down

0 comments on commit 07c370c

Please sign in to comment.