From f602734117ff1942fa26155f8a6d625b6e48a04e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 23:16:13 +0000 Subject: [PATCH] fix(deps): update dependency google-auth-library to ^9.4.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9036cdb..9747722 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dependencies": { "@semantic-release/error": "^4.0.0", "execa": "^8.0.1", - "google-auth-library": "^9.4.1", + "google-auth-library": "^9.4.2", "yaml": "^2.3.4", "zod": "^3.22.4" }, diff --git a/yarn.lock b/yarn.lock index c97e14a..b6b1f35 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2513,10 +2513,10 @@ globby@^14.0.0: slash "^5.1.0" unicorn-magic "^0.1.0" -google-auth-library@^9.4.1: - version "9.4.1" - resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-9.4.1.tgz#dea32cbdae0a47066995a379e6873c52926ea80e" - integrity sha512-Chs7cuzDuav8W/BXOoRgSXw4u0zxYtuqAHETDR5Q6dG1RwNwz7NUKjsDDHAsBV3KkiiJBtJqjbzy1XU1L41w1g== +google-auth-library@^9.4.2: + version "9.4.2" + resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-9.4.2.tgz#4831150d2c049c37450a81141be34027657c38b6" + integrity sha512-rTLO4gjhqqo3WvYKL5IdtlCvRqeQ4hxUx/p4lObobY2xotFW3bCQC+Qf1N51CYOfiqfMecdMwW9RIo7dFWYjqw== dependencies: base64-js "^1.3.0" ecdsa-sig-formatter "^1.0.11"