From 304ccdad0a4f04d738c21817dc281ee9dacd9d05 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 16:18:15 +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-SEMVER-3247795 --- 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..1c3afe34ed 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.0" } }