aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/health_check
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-07-29 10:44:01 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-07-29 10:44:01 -0700
commitfcb5271105ec2c439f83ec3cce6456b73824b6be (patch)
treef92cfa9274c24485142f67896c5e6bad888296d9 /src/node/health_check
parent623e4fc0ccf75e15c66509f687bc2f4e9d0120a0 (diff)
Update node protobuf dependency to 3.0.0 where applicable. Also update example dependency to grpc 1.0.0
Diffstat (limited to 'src/node/health_check')
-rw-r--r--src/node/health_check/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node/health_check/package.json b/src/node/health_check/package.json
index 582d560101..bdacb66825 100644
--- a/src/node/health_check/package.json
+++ b/src/node/health_check/package.json
@@ -15,9 +15,9 @@
}
],
"dependencies": {
- "grpc": "^0.15.0",
+ "grpc": "^1.0.0-pre1",
"lodash": "^3.9.3",
- "google-protobuf": "^3.0.0-alpha.5"
+ "google-protobuf": "^3.0.0"
},
"files": [
"LICENSE",