From 8aeff908bb5a1315d9e46f4b057bee3d20dc4f61 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Mon, 21 Oct 2019 18:14:24 -0700 Subject: [PATCH] fix(deps): bump google-gax to 1.7.5 (#313) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bba9b660..cb04c100 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "predocs-test": "npm run docs" }, "dependencies": { - "google-gax": "^1.6.3" + "google-gax": "^1.7.5" }, "devDependencies": { "codecov": "^3.0.2",