Skip to content

Commit

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

Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.12.2 to 1.12.5.
- [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-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update yarn.lock

* 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 Dec 28, 2024
1 parent eea6fd1 commit ce64def
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.12.2",
"@grpc/grpc-js": "^1.12.5",
"@opentelemetry/api": "1.9.0",
"@opentelemetry/auto-instrumentations-node": "^0.53.0",
"@opentelemetry/exporter-trace-otlp-grpc": "^0.55.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -762,13 +762,13 @@ __metadata:
languageName: node
linkType: hard

"@grpc/grpc-js@npm:^1.12.2, @grpc/grpc-js@npm:^1.7.1":
version: 1.12.2
resolution: "@grpc/grpc-js@npm:1.12.2"
"@grpc/grpc-js@npm:^1.12.5, @grpc/grpc-js@npm:^1.7.1":
version: 1.12.5
resolution: "@grpc/grpc-js@npm:1.12.5"
dependencies:
"@grpc/proto-loader": "npm:^0.7.13"
"@js-sdsl/ordered-map": "npm:^4.4.2"
checksum: 10/0d0556da8515704b5e722b86097e04693d8c71ba286a076270a96e1ac3a4950e87559c718cc2875d3fcaa6cb8e07d0cc6b1db2673b8940829dfe8b75197844dd
checksum: 10/4f8ead236dcab4d94e15e62d65ad2d93732d37f5cc52ffafe67ae00f69eae4a4c97d6d34a1b9eac9f30206468f2d15302ea6649afcba1d38929afa9d1e7c12d5
languageName: node
linkType: hard

Expand Down Expand Up @@ -7473,7 +7473,7 @@ __metadata:
"@babel/types": "npm:^7.26.3"
"@eslint/eslintrc": "npm:^3.2.0"
"@eslint/js": "npm:^9.17.0"
"@grpc/grpc-js": "npm:^1.12.2"
"@grpc/grpc-js": "npm:^1.12.5"
"@jest/globals": "npm:^29.7.0"
"@opentelemetry/api": "npm:1.9.0"
"@opentelemetry/auto-instrumentations-node": "npm:^0.53.0"
Expand Down

0 comments on commit ce64def

Please sign in to comment.