Skip to content

Commit

Permalink
fix(deps): update dependency @grpc/grpc-js to v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 31, 2023
1 parent 67338cb commit 2d45f92
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 20 deletions.
62 changes: 53 additions & 9 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 @@ -43,7 +43,7 @@
"devDependencies": {
"@commitlint/cli": "17.6.6",
"@commitlint/config-angular": "17.6.6",
"@grpc/grpc-js": "1.8.15",
"@grpc/grpc-js": "1.9.2",
"@grpc/proto-loader": "0.7.7",
"@mikro-orm/core": "5.7.13",
"@mikro-orm/mongodb": "5.7.13",
Expand Down
58 changes: 49 additions & 9 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.8.15",
"@grpc/grpc-js": "1.9.2",
"@grpc/proto-loader": "0.7.7",
"@nestjs/common": "9.3.2",
"@nestjs/core": "9.3.2",
Expand Down

0 comments on commit 2d45f92

Please sign in to comment.