From 27ad1af2a8daed27b3f391003c64ad57239cbe52 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Mon, 12 Jul 2021 17:46:40 -0400 Subject: [PATCH] fix(deps): google-gax v2.17.1 (#11) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 788a4f5..79b56a9 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "prelint": "cd samples; npm link ../; npm i" }, "dependencies": { - "google-gax": "^2.17.0" + "google-gax": "^2.17.1" }, "devDependencies": { "@types/mocha": "^8.2.2",