diff --git a/package.json b/package.json index e4a66a4..42f855b 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dependencies": { "@semantic-release/error": "^4.0.0", "execa": "^9.3.1", - "google-auth-library": "^9.13.0", + "google-auth-library": "^9.14.0", "yaml": "^2.5.0", "zod": "^3.23.8" }, diff --git a/yarn.lock b/yarn.lock index 16bde9c..91f57b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2531,10 +2531,10 @@ globby@^14.0.0: slash "^5.1.0" unicorn-magic "^0.1.0" -google-auth-library@^9.13.0: - version "9.13.0" - resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-9.13.0.tgz#0735ecdc33d350699dbf3ff48601a856911bbcff" - integrity sha512-p9Y03Uzp/Igcs36zAaB0XTSwZ8Y0/tpYiz5KIde5By+H9DCVUSYtDWZu6aFXsWTqENMb8BD/pDT3hR8NVrPkfA== +google-auth-library@^9.14.0: + version "9.14.0" + resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-9.14.0.tgz#79e568b5cf3493a8470968a5d099eabe465cb950" + integrity sha512-Y/eq+RWVs55Io/anIsm24sDS8X79Tq948zVLGaa7+KlJYYqaGwp1YI37w48nzrNi12RgnzMrQD4NzdmCowT90g== dependencies: base64-js "^1.3.0" ecdsa-sig-formatter "^1.0.11"