From e5ec00b536f0351abd32110fe8882a394fec55e7 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 9 Feb 2021 18:32:39 +0100 Subject: [PATCH] fix(deps): update dependency google-auth-library to v7 (#561) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee3b4edf..100b8d72 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ }, "dependencies": { "@google-cloud/logging": "^9.0.0", - "google-auth-library": "^6.0.0", + "google-auth-library": "^7.0.0", "lodash.mapvalues": "^4.6.0", "logform": "^2.1.2", "triple-beam": "^1.3.0",