Skip to content

Commit

Permalink
Merge pull request #14572 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.12.6
  • Loading branch information
kamilmysliwiec authored Feb 5, 2025
2 parents 20f0f16 + dea51e4 commit 3383cd6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@fastify/multipart": "9.0.3",
"@fastify/static": "8.1.0",
"@fastify/view": "10.0.2",
"@grpc/grpc-js": "1.12.5",
"@grpc/grpc-js": "1.12.6",
"@grpc/proto-loader": "0.7.13",
"@nestjs/apollo": "13.0.2",
"@nestjs/graphql": "13.0.2",
Expand Down
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.12.5",
"@grpc/grpc-js": "1.12.6",
"@grpc/reflection": "1.0.4",
"@nestjs/common": "11.0.7",
"@nestjs/core": "11.0.7",
Expand Down

0 comments on commit 3383cd6

Please sign in to comment.