From e2f095d64463d6384597024644891d2f65e87665 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 06:00:49 +0000 Subject: [PATCH] fix: logging/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- logging/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging/package.json b/logging/package.json index b1bae52fa6..d256f5f8da 100644 --- a/logging/package.json +++ b/logging/package.json @@ -9,7 +9,7 @@ "system-test": "cd ..; npm run st -- --verbose logging/system-test/*.test.js" }, "dependencies": { - "@google-cloud/logging": "0.7.0", + "@google-cloud/logging": "5.0.0", "@google-cloud/storage": "0.7.0", "express": "4.14.1", "fluent-logger": "2.2.0",