From fa13b21134264d71a4d0c0b00c7d00e9817622e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Fri, 17 May 2019 21:42:28 +0000 Subject: [PATCH] fix(deps): update dependency @google-cloud/logging to v5 --- 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 4817f03e61..c2962d7d5a 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": "^5.0.0" } } diff --git a/functions/log/package.json b/functions/log/package.json index 521f228178..71118a572a 100644 --- a/functions/log/package.json +++ b/functions/log/package.json @@ -15,7 +15,7 @@ "test": "mocha test/*.test.js --timeout=20000" }, "dependencies": { - "@google-cloud/logging": "^4.4.0", + "@google-cloud/logging": "^5.0.0", "@google-cloud/monitoring": "^0.7.1" }, "devDependencies": {