From 31e22e53bcc4f0d7bff71d13a32a4fefdfd08749 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Oct 2020 00:58:10 +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-JSONBIGINT-608659 --- 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..a4de229bf6 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": "8.0.7" } }