From ba496a19553eeefa73f1c466d5225bcc059c5305 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 07:16:59 +0000 Subject: [PATCH] chore(deps): bump google-auth-library from 9.6.3 to 9.8.0 Bumps [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs) from 9.6.3 to 9.8.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.8.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 a4b6623..3ef65c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "express-pino-logger": "^7.0.0", "express-prom-bundle": "^6.6.0", "fast-jwt": "^3.3.3", - "google-auth-library": "^9.6.3", + "google-auth-library": "^9.8.0", "helmet": "^7.1.0", "joi": "^17.12.2", "json-schema": "^0.4.0", @@ -7878,9 +7878,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.8.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.8.0.tgz", + "integrity": "sha512-TJJXFzMlVGRlIH27gYZ6XXyPf5Y3OItsKFfefsDAafNNywYRTkei83nEO29IrYj8GtdHWU78YnW+YZdaZaXIJA==", "dependencies": { "base64-js": "^1.3.0", "ecdsa-sig-formatter": "^1.0.11", diff --git a/package.json b/package.json index 542ca5f..f23c44e 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "express-pino-logger": "^7.0.0", "express-prom-bundle": "^6.6.0", "fast-jwt": "^3.3.3", - "google-auth-library": "^9.6.3", + "google-auth-library": "^9.8.0", "helmet": "^7.1.0", "joi": "^17.12.2", "json-schema": "^0.4.0",