From 53afc0ccf118897fd15fead46b0d241a0afc5c74 Mon Sep 17 00:00:00 2001 From: sofisl <55454395+sofisl@users.noreply.github.com> Date: Tue, 17 Oct 2023 12:09:38 -0700 Subject: [PATCH] fix(deps): update google-gax --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ca90de062..4f29d3353 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "arrify": "^2.0.1", "concat-stream": "^2.0.0", "extend": "^3.0.2", - "google-gax": "^4.0.3", + "google-gax": "^4.0.5", "is": "^3.3.0", "split-array-stream": "^2.0.0", "stream-events": "^1.0.5"