From 55d4c429f6bfdc5cb28408282bcb55bb8a14380c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 10:43:28 +0000 Subject: [PATCH] chore(deps): bump google-auth-library from 10.4.2 to 10.5.0 Bumps [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs) from 10.4.2 to 10.5.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/v10.4.2...v10.5.0) --- updated-dependencies: - dependency-name: google-auth-library dependency-version: 10.5.0 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 9e9b7e4e..1adc9ad6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "express": "^5.1.0", "express-rate-limit": "^8.1.0", "glob": "^11.0.3", - "google-auth-library": "^10.4.0", + "google-auth-library": "^10.5.0", "googleapis": "^164.1.0", "graphology": "^0.26.0", "graphology-communities-louvain": "^2.0.2", @@ -1344,9 +1344,9 @@ } }, "node_modules/google-auth-library": { - "version": "10.4.2", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-10.4.2.tgz", - "integrity": "sha512-EKiQasw6aEdxSovPEf1oBxCEvxjFamZ6MPaVOSPXZMnqKFLo+rrYjHyjKlFfZcXiKi9qAH6cutr5WRqqa1jKhg==", + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-10.5.0.tgz", + "integrity": "sha512-7ABviyMOlX5hIVD60YOfHw4/CxOfBhyduaYB+wbFWCWoni4N7SLcV46hrVRktuBbZjFC9ONyqamZITN7q3n32w==", "license": "Apache-2.0", "dependencies": { "base64-js": "^1.3.0", diff --git a/package.json b/package.json index ee77a8d7..e28b2f8c 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "express": "^5.1.0", "express-rate-limit": "^8.1.0", "glob": "^11.0.3", - "google-auth-library": "^10.4.0", + "google-auth-library": "^10.5.0", "googleapis": "^164.1.0", "graphology": "^0.26.0", "graphology-communities-louvain": "^2.0.2",