From 69df4ba901be54f8ca860a98360d65977303a79a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 03:16:10 +0300 Subject: [PATCH] chore(deps): bump google-auth-library from 9.2.0 to 9.4.0 (#44) Bumps [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs) from 9.2.0 to 9.4.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.2.0...v9.4.0) --- updated-dependencies: - dependency-name: google-auth-library dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ee26639..114211e 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.2", - "google-auth-library": "^9.2.0", + "google-auth-library": "^9.4.0", "helmet": "^7.1.0", "joi": "^17.11.0", "json-schema": "^0.4.0", @@ -7935,14 +7935,14 @@ } }, "node_modules/google-auth-library": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.2.0.tgz", - "integrity": "sha512-1oV3p0JhNEhVbj26eF3FAJcv9MXXQt4S0wcvKZaDbl4oHq5V3UJoSbsGZGQNcjoCdhW4kDSwOs11wLlHog3fgQ==", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.4.0.tgz", + "integrity": "sha512-Sn7w6p59lP3sHWPjLBc5OY6Y44CwbRrst5vAVpVhtSeMzTzZAGheyovaHDkcRRl6QeGl+H3a1GNiHLcLsCJTCw==", "dependencies": { "base64-js": "^1.3.0", "ecdsa-sig-formatter": "^1.0.11", "gaxios": "^6.0.0", - "gcp-metadata": "^6.0.0", + "gcp-metadata": "^6.1.0", "gtoken": "^7.0.0", "jws": "^4.0.0" }, diff --git a/package.json b/package.json index e2492cf..5c4976a 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "express-pino-logger": "^7.0.0", "express-prom-bundle": "^6.6.0", "fast-jwt": "^3.3.2", - "google-auth-library": "^9.2.0", + "google-auth-library": "^9.4.0", "helmet": "^7.1.0", "joi": "^17.11.0", "json-schema": "^0.4.0",