Skip to content

Commit

Permalink
fix(deps): update dependency @grpc/grpc-js to v1.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2025
1 parent 7b33d4e commit 7dd0d5f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"devDependencies": {
"@commitlint/cli": "19.7.1",
"@commitlint/config-angular": "19.7.1",
"@grpc/grpc-js": "1.12.5",
"@grpc/grpc-js": "1.12.6",
"@grpc/proto-loader": "0.7.13",
"@mikro-orm/core": "6.4.5",
"@mikro-orm/mongodb": "6.4.5",
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion sample/004-grpc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test:watch": "jest --watch --config=jest.json"
},
"dependencies": {
"@grpc/grpc-js": "1.12.5",
"@grpc/grpc-js": "1.12.6",
"@grpc/proto-loader": "0.7.13",
"@nestjs/common": "11.0.9",
"@nestjs/core": "11.0.9",
Expand Down

0 comments on commit 7dd0d5f

Please sign in to comment.