From 7421663034f9d429d2fb11a79daef0ca00e844e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 02:02:50 +0000 Subject: [PATCH] build(deps): bump google-auth-library from 9.6.3 to 9.10.0 Bumps [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs) from 9.6.3 to 9.10.0. - [Release notes](https://github.com/googleapis/google-auth-library-nodejs/releases) - [Changelog](https://github.com/googleapis/google-auth-library-nodejs/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-auth-library-nodejs/compare/v9.6.3...v9.10.0) --- updated-dependencies: - dependency-name: google-auth-library dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c89034c..a302fc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/github": "^6.0.0", "axios": "^1.6.7", "form-data": "^4.0.0", - "google-auth-library": "^9.6.3" + "google-auth-library": "^9.10.0" }, "devDependencies": { "@babel/core": "^7.23.9", @@ -5713,9 +5713,9 @@ } }, "node_modules/google-auth-library": { - "version": "9.6.3", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.6.3.tgz", - "integrity": "sha512-4CacM29MLC2eT9Cey5GDVK4Q8t+MMp8+OEdOaqD9MG6b0dOyLORaaeJMPQ7EESVgm/+z5EKYyFLxgzBJlJgyHQ==", + "version": "9.10.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.10.0.tgz", + "integrity": "sha512-ol+oSa5NbcGdDqA+gZ3G3mev59OHBZksBTxY/tYwjtcp1H/scAFwJfSQU9/1RALoyZ7FslNbke8j4i3ipwlyuQ==", "dependencies": { "base64-js": "^1.3.0", "ecdsa-sig-formatter": "^1.0.11", diff --git a/package.json b/package.json index 9123d48..b9135f1 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@actions/github": "^6.0.0", "axios": "^1.6.7", "form-data": "^4.0.0", - "google-auth-library": "^9.6.3" + "google-auth-library": "^9.10.0" }, "devDependencies": { "@babel/core": "^7.23.9",