From aabede45f86efd365e1ef0a9f6e0e98f53046f3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Thu, 29 Nov 2018 16:19:01 +0000 Subject: [PATCH] Update dependency @google-cloud/logging to v4 --- functions/errorreporting/package.json | 2 +- functions/log/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/errorreporting/package.json b/functions/errorreporting/package.json index 4180cf9fde3..f8b1919e99b 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": "1.2.0" + "@google-cloud/logging": "4.1.0" } } diff --git a/functions/log/package.json b/functions/log/package.json index f8ed5d97214..bc24decfd77 100644 --- a/functions/log/package.json +++ b/functions/log/package.json @@ -17,7 +17,7 @@ "test": "ava -T 20s --verbose test/*.test.js" }, "dependencies": { - "@google-cloud/logging": "1.2.0", + "@google-cloud/logging": "4.1.0", "@google-cloud/monitoring": "0.6.0" }, "devDependencies": {