diff --git a/functions/errorreporting/package.json b/functions/errorreporting/package.json index 542a95e614..4180cf9fde 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 ffb4e84540..9cbb5d8f8d 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": {