From 3db42c645a509f41ea675ad8abdb71a58e35267f Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Sun, 29 Aug 2021 15:30:12 -0400 Subject: [PATCH] fix(deps): require google-gax v2.24.1 (#190) --- packages/google-cloud-aiplatform/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-aiplatform/package.json b/packages/google-cloud-aiplatform/package.json index 98bec7a5948..de4b794e730 100644 --- a/packages/google-cloud-aiplatform/package.json +++ b/packages/google-cloud-aiplatform/package.json @@ -47,7 +47,7 @@ "test": "c8 node build/test/run.js" }, "dependencies": { - "google-gax": "^2.17.1", + "google-gax": "^2.24.1", "protobuf.js": "^1.1.2" }, "devDependencies": {