From 2dabb8139d5961719735b1f5c936f6da58c9966b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 01:00:08 +0000 Subject: [PATCH] fix: packages/vision/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- packages/vision/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vision/package.json b/packages/vision/package.json index 280a3d8212d..8fc4fc83f07 100644 --- a/packages/vision/package.json +++ b/packages/vision/package.json @@ -53,7 +53,7 @@ "@google-cloud/common": "^0.13.0", "async": "^2.0.1", "extend": "^3.0.0", - "google-gax": "^0.13.2", + "google-gax": "^1.0.0", "google-proto-files": "^0.12.0", "is": "^3.0.1" },