Skip to content

Commit

Permalink
fix(deps): update dependency @grpc/grpc-js to v1.9.14 (#2455)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 26, 2024
1 parent 8ea2160 commit 6ba52e5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 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 @@ -39,7 +39,7 @@
"devDependencies": {
"@commitlint/cli": "17.8.1",
"@commitlint/config-angular": "17.8.1",
"@grpc/grpc-js": "1.9.11",
"@grpc/grpc-js": "1.9.14",
"@grpc/proto-loader": "0.7.10",
"@mikro-orm/core": "5.8.1",
"@mikro-orm/mongodb": "5.8.1",
Expand Down
8 changes: 4 additions & 4 deletions sample/004-grpc-app/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/004-grpc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:watch": "jest --watch --config=jest.json"
},
"dependencies": {
"@grpc/grpc-js": "1.9.13",
"@grpc/grpc-js": "1.9.14",
"@grpc/proto-loader": "0.7.10",
"@nestjs/common": "10.3.0",
"@nestjs/core": "10.3.0",
Expand Down

0 comments on commit 6ba52e5

Please sign in to comment.