From ce24714ab9ec6c338ffcbd62db68499f125799fc 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 ad442609..f28bc7f3 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.1", "mongoose-autopopulate": "^1.1.0", @@ -11523,9 +11523,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 8b4ee59f..a128760b 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.1", "mongoose-autopopulate": "^1.1.0",