From 5a24473f6de0a84809798f8e73f86a2cbf8cb391 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 15:27:34 +0000 Subject: [PATCH] chore(deps): Bump google-auth-library from 10.4.0 to 10.4.1 Dependabot couldn't find the original pull request head commit, 310c52a0bb14bf0a70221ff017af4be8cdb39ffb. --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f3c83bd..6cb4b214 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,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.4.1", "googleapis": "^160.0.0", "graphology": "^0.26.0", "graphology-communities-louvain": "^2.0.2", @@ -1227,9 +1227,9 @@ } }, "node_modules/gcp-metadata": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-7.0.1.tgz", - "integrity": "sha512-UcO3kefx6dCcZkgcTGgVOTFb7b1LlQ02hY1omMjjrrBzkajRMCFgYOjs7J71WqnuG1k2b+9ppGL7FsOfhZMQKQ==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-8.1.1.tgz", + "integrity": "sha512-dTCcAe9fRQf06ELwel6lWWFrEbstwjUBYEhr5VRGoC+iPDZQucHppCowaIp8b8v92tU1G4X4H3b/Y6zXZxkMsQ==", "license": "Apache-2.0", "dependencies": { "gaxios": "^7.0.0", @@ -1310,15 +1310,15 @@ } }, "node_modules/google-auth-library": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-10.4.0.tgz", - "integrity": "sha512-CmIrSy1bqMQUsPmA9+hcSbAXL80cFhu40cGMUjCaLpNKVzzvi+0uAHq8GNZxkoGYIsTX4ZQ7e4aInAqWxgn4fg==", + "version": "10.4.1", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-10.4.1.tgz", + "integrity": "sha512-VlvZ+QDWng3aPh++0BSQlSJyjn4qgLLTmqylAR3as0dr6YwPkZpHcZAngAFr68TDVCUSQVRTkV73K/D3m7vEIg==", "license": "Apache-2.0", "dependencies": { "base64-js": "^1.3.0", "ecdsa-sig-formatter": "^1.0.11", "gaxios": "^7.0.0", - "gcp-metadata": "^7.0.0", + "gcp-metadata": "^8.0.0", "google-logging-utils": "^1.0.0", "gtoken": "^8.0.0", "jws": "^4.0.0" diff --git a/package.json b/package.json index c226d1f7..0cda5e23 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,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.4.1", "googleapis": "^160.0.0", "graphology": "^0.26.0", "graphology-communities-louvain": "^2.0.2",