Skip to content

Commit

Permalink
build(deps): bump @grpc/grpc-js from 1.11.3 to 1.12.0
Browse files Browse the repository at this point in the history
Bumps [@grpc/grpc-js](https:/grpc/grpc-node) from 1.11.3 to 1.12.0.
- [Release notes](https:/grpc/grpc-node/releases)
- [Commits](https:/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected])

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 5, 2024
1 parent 58b364f commit 7767397
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"type": "module",
"dependencies": {
"@grpc/grpc-js": "^1.11.3",
"@grpc/grpc-js": "^1.12.0",
"@opentelemetry/api": "1.9.0",
"@opentelemetry/auto-instrumentations-node": "^0.50.0",
"@opentelemetry/exporter-trace-otlp-grpc": "^0.53.0",
Expand Down
14 changes: 12 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,17 @@ __metadata:
languageName: node
linkType: hard

"@grpc/grpc-js@npm:^1.11.3, @grpc/grpc-js@npm:^1.7.1":
"@grpc/grpc-js@npm:^1.12.0":
version: 1.12.0
resolution: "@grpc/grpc-js@npm:1.12.0"
dependencies:
"@grpc/proto-loader": "npm:^0.7.13"
"@js-sdsl/ordered-map": "npm:^4.4.2"
checksum: 10/f5838a2c807120864fb2e4e5e6ef7375b57ec6397741676deb57c9a618d6f1f0114f74b61a06707bd12e691a37692b41fbbe6b7fae0923b225b0f9d71c84dea1
languageName: node
linkType: hard

"@grpc/grpc-js@npm:^1.7.1":
version: 1.11.3
resolution: "@grpc/grpc-js@npm:1.11.3"
dependencies:
Expand Down Expand Up @@ -7511,7 +7521,7 @@ __metadata:
"@babel/types": "npm:^7.25.7"
"@eslint/eslintrc": "npm:^3.1.0"
"@eslint/js": "npm:^9.11.1"
"@grpc/grpc-js": "npm:^1.11.3"
"@grpc/grpc-js": "npm:^1.12.0"
"@jest/globals": "npm:^29.7.0"
"@opentelemetry/api": "npm:1.9.0"
"@opentelemetry/auto-instrumentations-node": "npm:^0.50.0"
Expand Down

0 comments on commit 7767397

Please sign in to comment.