Skip to content

Commit

Permalink
fix(deps): update dependency @grpc/grpc-js to v1.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2022
1 parent 606cef8 commit 24d9d45
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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 @@ -42,7 +42,7 @@
"devDependencies": {
"@commitlint/cli": "17.0.3",
"@commitlint/config-angular": "17.0.3",
"@grpc/grpc-js": "1.6.8",
"@grpc/grpc-js": "1.6.9",
"@grpc/proto-loader": "0.7.0",
"@mikro-orm/core": "5.3.1",
"@mikro-orm/mongodb": "5.3.1",
Expand Down
6 changes: 3 additions & 3 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.6.8",
"@grpc/grpc-js": "1.6.9",
"@grpc/proto-loader": "0.7.0",
"@nestjs/common": "9.0.7",
"@nestjs/core": "9.0.7",
Expand Down

0 comments on commit 24d9d45

Please sign in to comment.