From 507dae1d683ef7456bc528af7919ab099d699e79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 06:43:03 +0000 Subject: [PATCH] build(deps): bump google-auth-library in /email_function Bumps [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs) from 9.4.1 to 9.11.0. - [Release notes](https://github.com/googleapis/google-auth-library-nodejs/releases) - [Changelog](https://github.com/googleapis/google-auth-library-nodejs/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-auth-library-nodejs/compare/v9.4.1...v9.11.0) --- updated-dependencies: - dependency-name: google-auth-library dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- email_function/package-lock.json | 14 +++++++------- email_function/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/email_function/package-lock.json b/email_function/package-lock.json index ddf4f79..cb650fd 100644 --- a/email_function/package-lock.json +++ b/email_function/package-lock.json @@ -10,7 +10,7 @@ "@google-cloud/storage": "^7.7.0", "cors": "^2.8.5", "dotenv": "^16.3.1", - "google-auth-library": "^9.4.1", + "google-auth-library": "^9.11.0", "nodemailer": "^6.9.9" } }, @@ -356,9 +356,9 @@ } }, "node_modules/google-auth-library": { - "version": "9.4.1", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.4.1.tgz", - "integrity": "sha512-Chs7cuzDuav8W/BXOoRgSXw4u0zxYtuqAHETDR5Q6dG1RwNwz7NUKjsDDHAsBV3KkiiJBtJqjbzy1XU1L41w1g==", + "version": "9.11.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.11.0.tgz", + "integrity": "sha512-epX3ww/mNnhl6tL45EQ/oixsY8JLEgUFoT4A5E/5iAR4esld9Kqv6IJGk7EmGuOgDvaarwF95hU2+v7Irql9lw==", "dependencies": { "base64-js": "^1.3.0", "ecdsa-sig-formatter": "^1.0.11", @@ -1002,9 +1002,9 @@ } }, "google-auth-library": { - "version": "9.4.1", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.4.1.tgz", - "integrity": "sha512-Chs7cuzDuav8W/BXOoRgSXw4u0zxYtuqAHETDR5Q6dG1RwNwz7NUKjsDDHAsBV3KkiiJBtJqjbzy1XU1L41w1g==", + "version": "9.11.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.11.0.tgz", + "integrity": "sha512-epX3ww/mNnhl6tL45EQ/oixsY8JLEgUFoT4A5E/5iAR4esld9Kqv6IJGk7EmGuOgDvaarwF95hU2+v7Irql9lw==", "requires": { "base64-js": "^1.3.0", "ecdsa-sig-formatter": "^1.0.11", diff --git a/email_function/package.json b/email_function/package.json index d70b5a0..86297f3 100644 --- a/email_function/package.json +++ b/email_function/package.json @@ -8,7 +8,7 @@ "@google-cloud/storage": "^7.7.0", "cors": "^2.8.5", "dotenv": "^16.3.1", - "google-auth-library": "^9.4.1", + "google-auth-library": "^9.11.0", "nodemailer": "^6.9.9" } }