From 3ff1ed309382ca4254e959bb1b1b6dea79b926a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 22:04:45 +0000 Subject: [PATCH] Bump google-auth-library from 9.6.2 to 9.6.3 in /scripts/gcb2slack Bumps [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs) from 9.6.2 to 9.6.3. - [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.2...v9.6.3) --- updated-dependencies: - dependency-name: google-auth-library dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 ceaaa13e71..4e1c3af366 100644 --- a/scripts/gcb2slack/package-lock.json +++ b/scripts/gcb2slack/package-lock.json @@ -611,9 +611,9 @@ } }, "google-auth-library": { - "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==", + "version": "9.6.3", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.6.3.tgz", + "integrity": "sha512-4CacM29MLC2eT9Cey5GDVK4Q8t+MMp8+OEdOaqD9MG6b0dOyLORaaeJMPQ7EESVgm/+z5EKYyFLxgzBJlJgyHQ==", "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 6c6e4f123c..24c8f3c2fb 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.2" + "google-auth-library": "^9.6.3" } }