From fc939619fbc3de224d48387e33764d13f4127df3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Sep 2020 03:38:45 +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-598677 --- 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 521f228178..04a547c6a7 100644 --- a/functions/log/package.json +++ b/functions/log/package.json @@ -15,8 +15,8 @@ "test": "mocha test/*.test.js --timeout=20000" }, "dependencies": { - "@google-cloud/logging": "^4.4.0", - "@google-cloud/monitoring": "^0.7.1" + "@google-cloud/logging": "^5.5.2", + "@google-cloud/monitoring": "^2.0.0" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "^3.3.0",