diff --git a/package-lock.json b/package-lock.json index 9f0710d..ff0e7a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "fastify": "^4.22.0", "fastify-graceful-shutdown": "^3.5.1", "fastify-plugin": "^4.5.0", - "google-auth-library": "^9.0.0", + "google-auth-library": "^9.2.0", "is-valid-domain": "^0.1.6", "moize": "^6.1.6", "mongoose": "^7.3.4", @@ -10642,38 +10642,21 @@ "dev": true }, "node_modules/google-auth-library": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.0.0.tgz", - "integrity": "sha512-IQGjgQoVUAfOk6khqTVMLvWx26R+yPw9uLyb1MNyMQpdKiKt0Fd9sp4NWoINjyGHR8S3iw12hMTYK7O8J07c6Q==", + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.2.0.tgz", + "integrity": "sha512-1oV3p0JhNEhVbj26eF3FAJcv9MXXQt4S0wcvKZaDbl4oHq5V3UJoSbsGZGQNcjoCdhW4kDSwOs11wLlHog3fgQ==", "dependencies": { "base64-js": "^1.3.0", "ecdsa-sig-formatter": "^1.0.11", "gaxios": "^6.0.0", "gcp-metadata": "^6.0.0", "gtoken": "^7.0.0", - "jws": "^4.0.0", - "lru-cache": "^6.0.0" + "jws": "^4.0.0" }, "engines": { "node": ">=14" } }, - "node_modules/google-auth-library/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/google-auth-library/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - }, "node_modules/google-gax": { "version": "3.6.1", "resolved": "https://registry.npmjs.org/google-gax/-/google-gax-3.6.1.tgz", diff --git a/package.json b/package.json index c8a309a..d2bf578 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "fastify": "^4.22.0", "fastify-graceful-shutdown": "^3.5.1", "fastify-plugin": "^4.5.0", - "google-auth-library": "^9.0.0", + "google-auth-library": "^9.2.0", "is-valid-domain": "^0.1.6", "moize": "^6.1.6", "mongoose": "^7.3.4",