From 6264151b385ce1d63a99f860fcb2330f69c3d430 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Tue, 13 Nov 2018 17:46:15 +0000 Subject: [PATCH] fix(deps): update dependency @google-cloud/logging to v1.2.0 --- 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 542a95e6144..4180cf9fde3 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.1.4" + "@google-cloud/logging": "1.2.0" } } diff --git a/functions/log/package.json b/functions/log/package.json index f3502c23a72..e119600e29b 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.1.4", + "@google-cloud/logging": "1.2.0", "@google-cloud/monitoring": "0.4.1" }, "devDependencies": {