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",