From c981cc14382af85777bfa31afe460d52bff0022c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Dec 2020 06:53:56 +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-AXIOS-1038255 --- 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",