From 75cfc2ac933057eb8a1d6dd1666c51e87b9f0f03 Mon Sep 17 00:00:00 2001 From: Alexander Fenster Date: Thu, 3 Nov 2022 23:50:53 -0700 Subject: [PATCH] fix(deps): use google-gax v3.5.2 (#673) --- packages/google-cloud-tasks/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-tasks/package.json b/packages/google-cloud-tasks/package.json index 836ffc1d0cf..f8a58211aaf 100644 --- a/packages/google-cloud-tasks/package.json +++ b/packages/google-cloud-tasks/package.json @@ -43,7 +43,7 @@ "precompile": "gts clean" }, "dependencies": { - "google-gax": "^3.3.0" + "google-gax": "^3.5.2" }, "devDependencies": { "@types/mocha": "^9.0.0",