From fc8df8d8712273527bae5ae633399fac2b647e66 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 Sep 2021 23:08:04 +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-AXIOS-1579269 --- 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..aec783c840 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": "4.3.0" } }