From 628db9e84c61017dfaba22ac7c2215e2c79c9745 Mon Sep 17 00:00:00 2001 From: Alexander Fenster Date: Wed, 2 Oct 2019 19:48:02 -0700 Subject: [PATCH] fix(deps): use @grpc/grpc-js v0.6.4 (#605) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e0e212cc4..78e70b91c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "compileProtos": "./build/tools/compileProtos.js" }, "dependencies": { - "@grpc/grpc-js": "^0.6.3", + "@grpc/grpc-js": "^0.6.4", "@grpc/proto-loader": "^0.5.1", "abort-controller": "^3.0.0", "duplexify": "^3.6.0",