Skip to content

Commit

Permalink
fix(deps): update dependency @grpc/grpc-js to v1.9.15 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 27, 2024
1 parent 596df60 commit 90cbbf0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 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 @@ -39,7 +39,7 @@
"devDependencies": {
"@commitlint/cli": "18.6.0",
"@commitlint/config-angular": "18.6.0",
"@grpc/grpc-js": "1.9.14",
"@grpc/grpc-js": "1.9.15",
"@grpc/proto-loader": "0.7.10",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/mongodb": "5.9.7",
Expand Down
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.14",
"@grpc/grpc-js": "1.9.15",
"@grpc/proto-loader": "0.7.10",
"@nestjs/common": "10.3.1",
"@nestjs/core": "10.3.1",
Expand Down

0 comments on commit 90cbbf0

Please sign in to comment.