From 904348cd6471f267a54635fcd65fe4191896308e Mon Sep 17 00:00:00 2001 From: Megan Potter <57276408+feywind@users.noreply.github.com> Date: Mon, 17 Aug 2020 15:27:06 -0700 Subject: [PATCH] fix: update minimum gax version to 2.7.0 to fix recent protobuf errors (#1085) * fix: update google-gax minimum version to cover the protobuf changes, and commit those changes * fix: remove direct protobuf dependency since that's brought in through gax now * fix: protobufjs is still used in the tests for types Co-authored-by: Benjamin E. Coe --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 011ecde0f..883525ae2 100644 --- a/package.json +++ b/package.json @@ -60,11 +60,10 @@ "arrify": "^2.0.0", "extend": "^3.0.2", "google-auth-library": "^6.0.0", - "google-gax": "^2.1.0", + "google-gax": "^2.7.0", "is-stream-ended": "^0.1.4", "lodash.snakecase": "^4.1.1", - "p-defer": "^3.0.0", - "protobufjs": "^6.8.1" + "p-defer": "^3.0.0" }, "devDependencies": { "@grpc/proto-loader": "^0.5.4", @@ -91,6 +90,7 @@ "mv": "^2.1.1", "ncp": "^2.0.0", "null-loader": "^4.0.0", + "protobufjs": "^6.10.1", "proxyquire": "^2.0.0", "sinon": "^9.0.0", "tmp": "^0.2.0",