From daea71893810afc5a0e065e4c898fa277eae9298 Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Mon, 16 Aug 2021 13:04:28 -0700 Subject: [PATCH] fix(deps): require google-gax v2.24.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d2d781b..f9437701 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "precompile": "gts clean" }, "dependencies": { - "google-gax": "^2.17.1", + "google-gax": "^2.24.1", "protobufjs": "^6.8.6" }, "devDependencies": {