From 82209666154465fc13579cd6094617b842a34b5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 22:52:22 +0000 Subject: [PATCH] build(deps): bump google-auth-library in /wrongsecrets-balancer Bumps [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs) from 9.11.0 to 9.13.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.11.0...v9.13.0) --- updated-dependencies: - dependency-name: google-auth-library dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- wrongsecrets-balancer/package-lock.json | 14 +++++++------- wrongsecrets-balancer/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/wrongsecrets-balancer/package-lock.json b/wrongsecrets-balancer/package-lock.json index ce32e4772..43bf08842 100644 --- a/wrongsecrets-balancer/package-lock.json +++ b/wrongsecrets-balancer/package-lock.json @@ -20,7 +20,7 @@ "crypto-random-string": "^3.3.1", "express": "^4.19.2", "express-joi-validation": "^5.0.1", - "google-auth-library": "^9.11.0", + "google-auth-library": "^9.13.0", "googleapis": "^140.0.1", "http-proxy": "^1.18.1", "http-proxy-middleware": "^3.0.0", @@ -3789,9 +3789,9 @@ } }, "node_modules/google-auth-library": { - "version": "9.11.0", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.11.0.tgz", - "integrity": "sha512-epX3ww/mNnhl6tL45EQ/oixsY8JLEgUFoT4A5E/5iAR4esld9Kqv6IJGk7EmGuOgDvaarwF95hU2+v7Irql9lw==", + "version": "9.13.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.13.0.tgz", + "integrity": "sha512-p9Y03Uzp/Igcs36zAaB0XTSwZ8Y0/tpYiz5KIde5By+H9DCVUSYtDWZu6aFXsWTqENMb8BD/pDT3hR8NVrPkfA==", "dependencies": { "base64-js": "^1.3.0", "ecdsa-sig-formatter": "^1.0.11", @@ -10183,9 +10183,9 @@ } }, "google-auth-library": { - "version": "9.11.0", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.11.0.tgz", - "integrity": "sha512-epX3ww/mNnhl6tL45EQ/oixsY8JLEgUFoT4A5E/5iAR4esld9Kqv6IJGk7EmGuOgDvaarwF95hU2+v7Irql9lw==", + "version": "9.13.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.13.0.tgz", + "integrity": "sha512-p9Y03Uzp/Igcs36zAaB0XTSwZ8Y0/tpYiz5KIde5By+H9DCVUSYtDWZu6aFXsWTqENMb8BD/pDT3hR8NVrPkfA==", "requires": { "base64-js": "^1.3.0", "ecdsa-sig-formatter": "^1.0.11", diff --git a/wrongsecrets-balancer/package.json b/wrongsecrets-balancer/package.json index 693feae5b..7d2e8d6fc 100644 --- a/wrongsecrets-balancer/package.json +++ b/wrongsecrets-balancer/package.json @@ -22,7 +22,7 @@ "crypto-random-string": "^3.3.1", "express": "^4.19.2", "express-joi-validation": "^5.0.1", - "google-auth-library": "^9.11.0", + "google-auth-library": "^9.13.0", "googleapis": "^140.0.1", "http-proxy": "^1.18.1", "http-proxy-middleware": "^3.0.0",