From fabe0cfe592838a14b15386358bf5afd03ecf4b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 19:23:29 +0000 Subject: [PATCH] fix(deps): update dependency google-auth-library to v9.14.2 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e47ba93c..1a793a8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "class-validator": "0.14.1", "dotenv": "16.4.5", "fb": "2.0.0", - "google-auth-library": "9.14.1", + "google-auth-library": "9.14.2", "handlebars": "4.7.8", "mongoose": "8.7.0", "mongoose-autopopulate": "^1.1.0", @@ -11334,9 +11334,9 @@ } }, "node_modules/google-auth-library": { - "version": "9.14.1", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.14.1.tgz", - "integrity": "sha512-Rj+PMjoNFGFTmtItH7gHfbHpGVSb3vmnGK3nwNBqxQF9NoBpttSZI/rc0WiM63ma2uGDQtYEkMHkK9U6937NiA==", + "version": "9.14.2", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.14.2.tgz", + "integrity": "sha512-R+FRIfk1GBo3RdlRYWPdwk8nmtVUOn6+BkDomAC46KoU8kzXzE1HLmOasSCbWUByMMAGkknVF0G5kQ69Vj7dlA==", "license": "Apache-2.0", "dependencies": { "base64-js": "^1.3.0", diff --git a/package.json b/package.json index eccfeeb6..ee7586f8 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "class-validator": "0.14.1", "dotenv": "16.4.5", "fb": "2.0.0", - "google-auth-library": "9.14.1", + "google-auth-library": "9.14.2", "handlebars": "4.7.8", "mongoose": "8.7.0", "mongoose-autopopulate": "^1.1.0",