From 20c4e9f73bf396076d5f9a8c42862af65baa5b7a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Jul 2023 23:41:20 +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-PROTOBUFJS-5756498 --- 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 4817f03e61..17fa5f7b87 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.4.0" + "@google-cloud/logging": "^10.0.0" } }