From c58159e0682a5d5ab7f60176a51d3e781235f456 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 20:56:00 +0000 Subject: [PATCH] fix: packages/monitoring/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- packages/monitoring/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/monitoring/package.json b/packages/monitoring/package.json index e965ff1ac4e..e80c4ccdf01 100644 --- a/packages/monitoring/package.json +++ b/packages/monitoring/package.json @@ -25,7 +25,7 @@ ], "dependencies": { "extend": "^3.0", - "google-gax": "^0.13.2", + "google-gax": "^1.0.0", "google-proto-files": "^0.12.0" }, "devDependencies": {