aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/health_check
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-08-16 00:57:57 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-08-16 01:54:33 +0200
commite1ee20bde6c30f0aa5a6f5309d20971ccd0122a7 (patch)
tree5d89668ab96d6d1e3f5274480d9f75a6a76f5be4 /src/node/health_check
parent8d46873e8f2e675e7f41d16861b531ffe3e62103 (diff)
parente4947befe26c8f33ab05dace34c2988ac394de59 (diff)
Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge
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 40e276055b..e673359809 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.1.0-dev",
"lodash": "^3.9.3",
- "google-protobuf": "^3.0.0-alpha.5"
+ "google-protobuf": "^3.0.0"
},
"files": [
"LICENSE",