From 5c6c68cb54aa684a4d2f33cedc6565ef2f17e153 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Wed, 30 Jun 2021 12:26:26 -0400 Subject: [PATCH] fix(deps): google-gax v2.17.0 with mTLS (#529) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c5f83f73..34068801 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "precompile": "gts clean" }, "dependencies": { - "google-gax": "^2.12.0" + "google-gax": "^2.17.0" }, "devDependencies": { "@types/mocha": "^8.0.0",