From 8024c6d2e4ce69f97fd8b64bb9f076e33d47c662 Mon Sep 17 00:00:00 2001 From: Megan Potter <57276408+feywind@users.noreply.github.com> Date: Thu, 23 May 2024 12:58:37 -0400 Subject: [PATCH] fix: pull in new gax for protobufjs vuln fix (#1925) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 80220e937..ff4f9af7c 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "arrify": "^2.0.0", "extend": "^3.0.2", "google-auth-library": "^9.3.0", - "google-gax": "^4.3.1", + "google-gax": "^4.3.3", "heap-js": "^2.2.0", "is-stream-ended": "^0.1.4", "lodash.snakecase": "^4.1.1",