From bb1f9ebed87393bbd753616377aade0bd9a1fb0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 15:46:57 +0000 Subject: [PATCH] build(deps): bump google-auth-library from 10.9.1 to 11.0.0 Bumps [google-auth-library](https://github.com/googleapis/google-cloud-node/tree/HEAD/core/packages/google-auth-library-nodejs) from 10.9.1 to 11.0.0. - [Release notes](https://github.com/googleapis/google-cloud-node/releases) - [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/core/packages/google-auth-library-nodejs/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-cloud-node/commits/google-auth-library-v11.0.0/core/packages/google-auth-library-nodejs) --- updated-dependencies: - dependency-name: google-auth-library dependency-version: 11.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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 decdf70567..fbcd3ac77e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "fastify": "^5.8.5", "fastify-metrics": "^13.2.0", "fastify-plugin": "^6.0.0", - "google-auth-library": "^10.1.0", + "google-auth-library": "^11.0.0", "handlebars": "^4.7.7", "hashids": "^2.3.0", "highlight.js": "^11.11.1", @@ -14806,9 +14806,9 @@ "license": "MIT" }, "node_modules/google-auth-library": { - "version": "10.9.1", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-10.9.1.tgz", - "integrity": "sha512-i1ydyHrqcIxXkWh/uBmVkzCvIuq5yiK2ATndIe5XxKholrG/MTYP9xGYka4sQhrbIAgGjL2B6NOE7rFaiF3fXw==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-11.0.0.tgz", + "integrity": "sha512-WC5gkb2pElGhZKgGx9r799trH3ZUx90ecgIOIMmgiiHS/gzO3r4vvFoQWuKI0QmR2xU5uee2M4hDUxRZDh/x7w==", "dependencies": { "base64-js": "^1.3.0", "ecdsa-sig-formatter": "^1.0.11", @@ -14818,7 +14818,7 @@ "jws": "^4.0.0" }, "engines": { - "node": ">=18" + "node": ">=22" } }, "node_modules/google-logging-utils": { @@ -36620,9 +36620,9 @@ "dev": true }, "google-auth-library": { - "version": "10.9.1", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-10.9.1.tgz", - "integrity": "sha512-i1ydyHrqcIxXkWh/uBmVkzCvIuq5yiK2ATndIe5XxKholrG/MTYP9xGYka4sQhrbIAgGjL2B6NOE7rFaiF3fXw==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-11.0.0.tgz", + "integrity": "sha512-WC5gkb2pElGhZKgGx9r799trH3ZUx90ecgIOIMmgiiHS/gzO3r4vvFoQWuKI0QmR2xU5uee2M4hDUxRZDh/x7w==", "requires": { "base64-js": "^1.3.0", "ecdsa-sig-formatter": "^1.0.11", diff --git a/package.json b/package.json index 1f31292842..b027865b7c 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "fastify": "^5.8.5", "fastify-metrics": "^13.2.0", "fastify-plugin": "^6.0.0", - "google-auth-library": "^10.1.0", + "google-auth-library": "^11.0.0", "handlebars": "^4.7.7", "hashids": "^2.3.0", "highlight.js": "^11.11.1",