Skip to content

Commit

Permalink
Merge pull request #2731 from murgatroid99/proto-loader_dependency_up…
Browse files Browse the repository at this point in the history
…date

proto-loader: Update dependency on protobufjs
  • Loading branch information
murgatroid99 committed May 1, 2024
2 parents 5e1ab3e + cf9cba6 commit 0ae86b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/grpc-health-check/package.json
@@ -1,6 +1,6 @@
{
"name": "grpc-health-check",
"version": "2.0.1",
"version": "2.0.2",
"author": "Google Inc.",
"description": "Health check client and service for use with gRPC-node",
"repository": {
Expand All @@ -21,7 +21,7 @@
"generate-test-types": "proto-loader-gen-types --keepCase --longs String --enums String --defaults --oneofs --includeComments --includeDirs proto/ -O test/generated --grpcLib=@grpc/grpc-js health/v1/health.proto"
},
"dependencies": {
"@grpc/proto-loader": "^0.7.10"
"@grpc/proto-loader": "^0.7.13"
},
"files": [
"LICENSE",
Expand Down
4 changes: 2 additions & 2 deletions packages/grpc-reflection/package.json
@@ -1,6 +1,6 @@
{
"name": "@grpc/reflection",
"version": "1.0.3",
"version": "1.0.4",
"author": {
"name": "Google Inc."
},
Expand Down Expand Up @@ -31,7 +31,7 @@
"generate-types": "proto-loader-gen-types --longs String --enums String --bytes Array --defaults --oneofs --includeComments --includeDirs proto/ -O src/generated grpc/reflection/v1/reflection.proto grpc/reflection/v1alpha/reflection.proto"
},
"dependencies": {
"@grpc/proto-loader": "^0.7.10",
"@grpc/proto-loader": "^0.7.13",
"protobufjs": "^7.2.5"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/proto-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@grpc/proto-loader",
"version": "0.7.12",
"version": "0.7.13",
"author": "Google Inc.",
"contributors": [
{
Expand Down Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"lodash.camelcase": "^4.3.0",
"long": "^5.0.0",
"protobufjs": "^7.2.4",
"protobufjs": "^7.2.5",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand Down

0 comments on commit 0ae86b1

Please sign in to comment.