Skip to content

Commit

Permalink
build(deps): bump @grpc/grpc-js from 1.11.3 to 1.12.0 (#2525)
Browse files Browse the repository at this point in the history
* build(deps): bump @grpc/grpc-js from 1.11.3 to 1.12.0

Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.11.3 to 1.12.0.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/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]>

* Update yarn.lock

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Liz Fong-Jones <[email protected]>
  • Loading branch information
dependabot[bot] and lizthegrey authored Oct 5, 2024
1 parent 9ee4029 commit 55d341b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -756,13 +756,13 @@ __metadata:
languageName: node
linkType: hard

"@grpc/grpc-js@npm:^1.11.3, @grpc/grpc-js@npm:^1.7.1":
version: 1.11.3
resolution: "@grpc/grpc-js@npm:1.11.3"
"@grpc/grpc-js@npm:^1.12.0, @grpc/grpc-js@npm:^1.7.1":
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/b4662cd357296ff279e6f4ff4039fb5379d1087f9f7758102eae85a0d093cd8ec4054f27a62e27862efe67d8b25ad7b6733dcb0ffb0ecbc2bd9e3dcb9450d978
checksum: 10/f5838a2c807120864fb2e4e5e6ef7375b57ec6397741676deb57c9a618d6f1f0114f74b61a06707bd12e691a37692b41fbbe6b7fae0923b225b0f9d71c84dea1
languageName: node
linkType: hard

Expand Down Expand Up @@ -7504,7 +7504,7 @@ __metadata:
"@babel/types": "npm:^7.25.7"
"@eslint/eslintrc": "npm:^3.1.0"
"@eslint/js": "npm:^9.12.0"
"@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 55d341b

Please sign in to comment.