From 9c057cfffb558bfe934034767812edd5980f2c8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 09:31:28 +0000 Subject: [PATCH] Bump google-auth-library from 9.6.2 to 9.6.3 Bumps [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs) from 9.6.2 to 9.6.3. - [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.2...v9.6.3) --- updated-dependencies: - dependency-name: google-auth-library dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 13a086c..010bb1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.9.1", "dotenv": "^16.4.1", - "google-auth-library": "^9.6.2", + "google-auth-library": "^9.6.3", "googleapis": "^132.0.0" }, "devDependencies": { @@ -202,9 +202,9 @@ } }, "node_modules/google-auth-library": { - "version": "9.6.2", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.6.2.tgz", - "integrity": "sha512-8G5i+uELrRE244PGnTc9UxiWZ2FMWD5jiIe9P2XSxCvXv/0ip/phjeHSE4bhJnLBdJb+Bu/Gj9Lr33TmDnbAiw==", + "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==", "dependencies": { "base64-js": "^1.3.0", "ecdsa-sig-formatter": "^1.0.11", @@ -637,9 +637,9 @@ } }, "google-auth-library": { - "version": "9.6.2", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.6.2.tgz", - "integrity": "sha512-8G5i+uELrRE244PGnTc9UxiWZ2FMWD5jiIe9P2XSxCvXv/0ip/phjeHSE4bhJnLBdJb+Bu/Gj9Lr33TmDnbAiw==", + "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==", "requires": { "base64-js": "^1.3.0", "ecdsa-sig-formatter": "^1.0.11", diff --git a/package.json b/package.json index 65ee45b..996c356 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "@actions/core": "^1.9.1", "dotenv": "^16.4.1", - "google-auth-library": "^9.6.2", + "google-auth-library": "^9.6.3", "googleapis": "^132.0.0" }, "scripts": {