From d1be27ec332839704bfa6d5218c7079ccd279877 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Jul 2023 14:49:44 +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-PROTOBUFJS-5756498 --- 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..816420fab6 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": "6.0.0", + "@google-cloud/monitoring": "3.0.0" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "^3.0.0",