From 97742a48eaf9d017591535b82118edf728d06a82 Mon Sep 17 00:00:00 2001 From: Alexander Fenster Date: Fri, 12 Jul 2019 12:04:49 -0700 Subject: [PATCH] chore(deps): update dependency @grpc/grpc-js to ^0.5.2 This fix includes https://github.com/grpc/grpc-node/pull/962 which is a work around for a bad metadata keys problem that many customer see across several libraries (https://github.com/googleapis/nodejs-datastore/issues/415, https://github.com/googleapis/nodejs-logging/issues/527, https://github.com/googleapis/nodejs-pubsub/issues/667 are just a few). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 383445726..e4d69a583 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "protos" ], "dependencies": { - "@grpc/grpc-js": "^0.4.0", + "@grpc/grpc-js": "^0.5.2", "@grpc/proto-loader": "^0.5.1", "duplexify": "^3.6.0", "google-auth-library": "^4.0.0",