From 191b517808a807566091a7af3909848961812ade Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Mon, 28 Jun 2021 13:40:18 -0700 Subject: [PATCH] fix(deps): require google-gax v2.17.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab767d6..6154ef1 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "prelint": "cd samples; npm link ../; npm i" }, "dependencies": { - "google-gax": "^2.12.0" + "google-gax": "^2.17.0" }, "devDependencies": { "@types/mocha": "^8.0.4",