From 27436bf5a273b3561a3aff738a465ad1ad3e665e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Mar 2021 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-GLOBPARENT-1016905 --- functions/log/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/log/package.json b/functions/log/package.json index 7de86104fb..c8fce5381a 100644 --- a/functions/log/package.json +++ b/functions/log/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@google-cloud/logging": "4.2.0", - "@google-cloud/monitoring": "0.6.0" + "@google-cloud/monitoring": "0.7.0" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "^3.0.0",