From 3c14754b56557115180499415fc9afaa8e2a7041 Mon Sep 17 00:00:00 2001 From: Alexander Fenster Date: Thu, 3 Nov 2022 23:44:09 -0700 Subject: [PATCH] fix(deps): use google-gax v3.5.2 (#176) --- packages/google-cloud-gkehub/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-gkehub/package.json b/packages/google-cloud-gkehub/package.json index c9049897d22..6a8099331be 100644 --- a/packages/google-cloud-gkehub/package.json +++ b/packages/google-cloud-gkehub/package.json @@ -39,7 +39,7 @@ "prelint": "cd samples; npm link ../; npm i" }, "dependencies": { - "google-gax": "^3.3.0" + "google-gax": "^3.5.2" }, "devDependencies": { "@types/mocha": "^9.0.0",