diff --git a/package-lock.json b/package-lock.json index ff0abed9..58233288 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@googleapis/sqladmin": "^37.0.0", "gaxios": "^7.1.4", - "google-auth-library": "^10.6.2", + "google-auth-library": "^11.0.0", "p-throttle": "^8.1.0" }, "devDependencies": { @@ -4719,9 +4719,10 @@ } }, "node_modules/google-auth-library": { - "version": "10.9.0", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-10.9.0.tgz", - "integrity": "sha512-xtvUqvINPhTaBm7nXqlYPcrMHJPm1lCNdSovxnKKhTm+4JsvQ+KGVYJViLoH9Yxu8w+T0Qv5HubzYT9BLrppJg==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-11.0.0.tgz", + "integrity": "sha512-WC5gkb2pElGhZKgGx9r799trH3ZUx90ecgIOIMmgiiHS/gzO3r4vvFoQWuKI0QmR2xU5uee2M4hDUxRZDh/x7w==", + "license": "Apache-2.0", "dependencies": { "base64-js": "^1.3.0", "ecdsa-sig-formatter": "^1.0.11", @@ -4731,7 +4732,7 @@ "jws": "^4.0.0" }, "engines": { - "node": ">=18" + "node": ">=22" } }, "node_modules/google-logging-utils": { diff --git a/package.json b/package.json index 654a25b8..0897c32b 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "dependencies": { "@googleapis/sqladmin": "^37.0.0", "gaxios": "^7.1.4", - "google-auth-library": "^10.6.2", + "google-auth-library": "^11.0.0", "p-throttle": "^8.1.0" } }