aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/health_check/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/node/health_check/package.json')
-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 59fe3bcee1..fca3a2a7a6 100644
--- a/src/node/health_check/package.json
+++ b/src/node/health_check/package.json
@@ -1,6 +1,6 @@
{
"name": "grpc-health-check",
- "version": "1.7.1",
+ "version": "1.7.2",
"author": "Google Inc.",
"description": "Health check service for use with gRPC",
"repository": {
@@ -15,7 +15,7 @@
}
],
"dependencies": {
- "grpc": "^1.7.1",
+ "grpc": "^1.7.2",
"lodash": "^3.9.3",
"google-protobuf": "^3.0.0"
},