From a87e4d83c3bc1223edfcd4cb19ea279006a5f6f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Oct 2019 00:59:18 +0000 Subject: [PATCH] fix: functions/errorreporting/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HTTPSPROXYAGENT-469131 --- functions/errorreporting/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/errorreporting/package.json b/functions/errorreporting/package.json index e9b31d08c9..da925992fd 100644 --- a/functions/errorreporting/package.json +++ b/functions/errorreporting/package.json @@ -6,6 +6,6 @@ "author": "Google Inc.", "main": "./index.js", "dependencies": { - "@google-cloud/logging": "4.2.0" + "@google-cloud/logging": "5.0.0" } }