From 1065f97b2b395c691c3aa8d91b3e90c9e9723183 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 Feb 2020 03:51:57 +0000 Subject: [PATCH] fix: logging/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOTPROP-543489 --- logging/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging/package.json b/logging/package.json index b1bae52fa6..9e568ef807 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": "4.3.0", "@google-cloud/storage": "0.7.0", "express": "4.14.1", "fluent-logger": "2.2.0",