diff options
author | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2016-08-11 14:23:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-11 14:23:26 -0700 |
commit | 54d834784d2bb87adf48de55db4cb120678867da (patch) | |
tree | 4c80ed10767e1edf5d6813a15c94abf3720dc4a3 /src | |
parent | a6f6b6f4c9816e9ade3a5e997a9bc9b29224858f (diff) | |
parent | 7df3597eb0953f826487ed670bf0613e59542a0e (diff) |
Merge pull request #7577 from murgatroid99/node_dependency_update
Update node protobuf dependency to 3.0.0 where applicable. Also update example dependency to grpc 1.0.0
Diffstat (limited to 'src')
-rw-r--r-- | src/node/health_check/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node/health_check/package.json b/src/node/health_check/package.json index 1bb946adbd..224e4ad6ca 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-pre2", "lodash": "^3.9.3", - "google-protobuf": "^3.0.0-alpha.5" + "google-protobuf": "^3.0.0" }, "files": [ "LICENSE", |