From c77eea22bab6de007480be88aae096d5e5d2379e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Feb 2022 16:55:05 +0000 Subject: [PATCH] fix: functions/log/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346 --- functions/log/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/log/package.json b/functions/log/package.json index 7de86104fb..f34f77709b 100644 --- a/functions/log/package.json +++ b/functions/log/package.json @@ -15,8 +15,8 @@ "test": "ava -T 20s --verbose test/*.test.js" }, "dependencies": { - "@google-cloud/logging": "4.2.0", - "@google-cloud/monitoring": "0.6.0" + "@google-cloud/logging": "4.3.0", + "@google-cloud/monitoring": "0.7.1" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "^3.0.0",