From 679c5bb9b2f8cf5ac64976336998afd27eaf3974 Mon Sep 17 00:00:00 2001 From: Alexander Fenster Date: Thu, 6 May 2021 17:56:05 -0700 Subject: [PATCH] fix(deps): require google-gax v2.12.0 (#249) --- packages/google-cloud-datacatalog/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-datacatalog/package.json b/packages/google-cloud-datacatalog/package.json index 7b34f262354..07279652b47 100644 --- a/packages/google-cloud-datacatalog/package.json +++ b/packages/google-cloud-datacatalog/package.json @@ -25,7 +25,7 @@ "Google Cloud Data Catalog API" ], "dependencies": { - "google-gax": "^2.9.2" + "google-gax": "^2.12.0" }, "devDependencies": { "@types/mocha": "^8.0.0",