From 21bc2edf79259ecc27c2f4929683d40bd84af8d7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 26 Jul 2019 18:17:24 +0300 Subject: [PATCH] fix(deps): update dependency google-auth-library to v5 (#161) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 038c066..f9987a7 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "license": "MIT", "dependencies": { "arrify": "^2.0.0", - "google-auth-library": "^4.0.0" + "google-auth-library": "^5.0.0" }, "devDependencies": { "@compodoc/compodoc": "^1.1.9",