From d45571e26a34ddb99d0253028c4ade2d7163c67a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 09:16:37 +0000 Subject: [PATCH] Bump google-auth-library from 9.6.1 to 9.6.2 in /scripts/gcb2slack (#3334) Bumps [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs) from 9.6.1 to 9.6.2. - [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.6.1...v9.6.2) --- updated-dependencies: - dependency-name: google-auth-library dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- scripts/gcb2slack/package-lock.json | 6 +++--- scripts/gcb2slack/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/gcb2slack/package-lock.json b/scripts/gcb2slack/package-lock.json index 65d8e7e608..ceaaa13e71 100644 --- a/scripts/gcb2slack/package-lock.json +++ b/scripts/gcb2slack/package-lock.json @@ -611,9 +611,9 @@ } }, "google-auth-library": { - "version": "9.6.1", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.6.1.tgz", - "integrity": "sha512-rPL44wV0yJnA11+ggxA348ylUY1o7mkcHLwlZNlLZsKROPLl7q3LgMU5nM65h1QpxhJu/shk2FLml7173XIthA==", + "version": "9.6.2", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.6.2.tgz", + "integrity": "sha512-8G5i+uELrRE244PGnTc9UxiWZ2FMWD5jiIe9P2XSxCvXv/0ip/phjeHSE4bhJnLBdJb+Bu/Gj9Lr33TmDnbAiw==", "requires": { "base64-js": "^1.3.0", "ecdsa-sig-formatter": "^1.0.11", diff --git a/scripts/gcb2slack/package.json b/scripts/gcb2slack/package.json index c0d8b759f9..6c6e4f123c 100644 --- a/scripts/gcb2slack/package.json +++ b/scripts/gcb2slack/package.json @@ -6,6 +6,6 @@ "dependencies": { "@google-cloud/functions-framework": "^3.3.0", "@slack/webhook": "^7.0.2", - "google-auth-library": "^9.6.1" + "google-auth-library": "^9.6.2" } }