From 132651c20f2582f1df6409ca3b229dc41dd444b6 Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Mon, 16 Aug 2021 13:04:14 -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 cc5bc281..ee0eb482 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "Google Cloud Data Catalog API" ], "dependencies": { - "google-gax": "^2.17.1" + "google-gax": "^2.24.1" }, "devDependencies": { "@types/mocha": "^8.0.0",