From 5a42c8c63cb7b8fadae1964f2b99a5ecb4cba195 Mon Sep 17 00:00:00 2001 From: Astha Mohta <35952883+asthamohta@users.noreply.github.com> Date: Mon, 18 Apr 2022 19:10:50 +0530 Subject: [PATCH] Revert "fix(deps): update dependency grpc-gcp to ^0.4.0 (#1603)" (#1610) This reverts commit f00b3c65e58c2f36e69a05fef0b3c9bc68a4ee55. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4bef92c20..c1ec778c6 100644 --- a/package.json +++ b/package.json @@ -62,8 +62,8 @@ "events-intercept": "^2.0.0", "extend": "^3.0.2", "google-auth-library": "^7.0.0", - "google-gax": "^2.3.0", - "grpc-gcp": "^0.4.0", + "google-gax": "^2.29.3", + "grpc-gcp": "^0.3.2", "is": "^3.2.1", "lodash.snakecase": "^4.1.1", "merge-stream": "^2.0.0",