From 82cdc3187d7f50548e9f46d6c970d3958797592e Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Mon, 16 Aug 2021 22:46:19 -0400 Subject: [PATCH] fix(deps): google-gax v2.24.1 (#333) --- packages/google-cloud-phishingprotection/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-phishingprotection/package.json b/packages/google-cloud-phishingprotection/package.json index b510b8b0a3f..c9318d055b8 100644 --- a/packages/google-cloud-phishingprotection/package.json +++ b/packages/google-cloud-phishingprotection/package.json @@ -23,7 +23,7 @@ "Phishing Protection API" ], "dependencies": { - "google-gax": "^2.12.0" + "google-gax": "^2.24.1" }, "devDependencies": { "@types/mocha": "^8.0.0",