From e72981812c08df9091dade0467794316629e9c86 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Mar 2022 17:31:31 +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-NODEFORGE-2430337 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430339 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430341 --- 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..5a6cb7f1c0 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": "5.5.2", + "@google-cloud/monitoring": "2.0.0" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "^3.0.0",