From 835429c408a1d949767f2319d7ceba4fd30fb3e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 07:03:49 +0000 Subject: [PATCH] chore(deps): bump google-auth-library from 9.6.3 to 9.9.0 Bumps [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs) from 9.6.3 to 9.9.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.9.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..b39e162 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.9.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.9.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.9.0.tgz", + "integrity": "sha512-9l+zO07h1tDJdIHN74SpnWIlNR+OuOemXlWJlLP9pXy6vFtizgpEzMuwJa4lqY9UAdiAv5DVd5ql0Am916I+aA==", "dependencies": { "base64-js": "^1.3.0", "ecdsa-sig-formatter": "^1.0.11", diff --git a/package.json b/package.json index 542ca5f..d47ab37 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.9.0", "helmet": "^7.1.0", "joi": "^17.12.2", "json-schema": "^0.4.0",