From 88981ad8749b0aa38dfe9bcdd4ca5e60d76c8776 Mon Sep 17 00:00:00 2001 From: Mark Duckworth <1124037+MarkDuckworth@users.noreply.github.com> Date: Wed, 15 Feb 2023 16:44:48 -0700 Subject: [PATCH] fix(deps): use google-gax v3.5.3 (#1818) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 211e3d7c4..a36b6eb1f 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "dependencies": { "fast-deep-equal": "^3.1.1", "functional-red-black-tree": "^1.0.1", - "google-gax": "^3.5.2", + "google-gax": "^3.5.3", "protobufjs": "^7.0.0" }, "devDependencies": {