Skip to content

Commit 9aef916

Browse files
fix(deps): update dependency @grpc/grpc-js to v1.14.1 (#1573)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e36cbc5 commit 9aef916

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

packages/nestjs-tracing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"opentracing": "^0.14.5"
2323
},
2424
"devDependencies": {
25-
"@grpc/grpc-js": "1.14.0",
25+
"@grpc/grpc-js": "1.14.1",
2626
"@nestjs/axios": "4.0.1",
2727
"@nestjs/common": "11.1.8",
2828
"@nestjs/core": "11.1.8",

pnpm-lock.yaml

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

sample/async-hook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@nestjs/core": "11.1.8",
88
"@nestjs/microservices": "11.1.8",
99
"@nestjs/platform-express": "11.1.8",
10-
"@grpc/grpc-js": "1.14.0",
10+
"@grpc/grpc-js": "1.14.1",
1111
"reflect-metadata": "0.2.2",
1212
"rxjs": "7.8.2"
1313
}

0 commit comments

Comments
 (0)