Skip to content

Commit 83b9c7e

Browse files
authored
Merge pull request #2613 from nestjs/renovate/grpc-grpc-js-1.x
fix(deps): update dependency @grpc/grpc-js to v1.12.6
2 parents a18e1b9 + 7dd0d5f commit 83b9c7e

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"devDependencies": {
6161
"@commitlint/cli": "19.7.1",
6262
"@commitlint/config-angular": "19.7.1",
63-
"@grpc/grpc-js": "1.12.5",
63+
"@grpc/grpc-js": "1.12.6",
6464
"@grpc/proto-loader": "0.7.13",
6565
"@mikro-orm/core": "6.4.5",
6666
"@mikro-orm/mongodb": "6.4.5",

pnpm-lock.yaml

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample/004-grpc-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test:watch": "jest --watch --config=jest.json"
1818
},
1919
"dependencies": {
20-
"@grpc/grpc-js": "1.12.5",
20+
"@grpc/grpc-js": "1.12.6",
2121
"@grpc/proto-loader": "0.7.13",
2222
"@nestjs/common": "11.0.9",
2323
"@nestjs/core": "11.0.9",

0 commit comments

Comments
 (0)