From 052cca98277edeb55a96d544a94013a2d0d246a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 21:44:29 +0000 Subject: [PATCH] Bump google-auth-library from 9.3.0 to 9.4.0 in /scripts/gcb2slack Bumps [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs) from 9.3.0 to 9.4.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.3.0...v9.4.0) --- updated-dependencies: - dependency-name: google-auth-library dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- scripts/gcb2slack/package-lock.json | 8 ++++---- scripts/gcb2slack/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/gcb2slack/package-lock.json b/scripts/gcb2slack/package-lock.json index f32f7df095..53a5b3594c 100644 --- a/scripts/gcb2slack/package-lock.json +++ b/scripts/gcb2slack/package-lock.json @@ -611,14 +611,14 @@ } }, "google-auth-library": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.3.0.tgz", - "integrity": "sha512-W0F5CB7rAi9l+7/IVeKu26+KdzY6tCwXKAlLsZrleU/Q61XM16uonrDCQNld3Douv/5CH+YoULqNEVVkdmi5Qw==", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.4.0.tgz", + "integrity": "sha512-Sn7w6p59lP3sHWPjLBc5OY6Y44CwbRrst5vAVpVhtSeMzTzZAGheyovaHDkcRRl6QeGl+H3a1GNiHLcLsCJTCw==", "requires": { "base64-js": "^1.3.0", "ecdsa-sig-formatter": "^1.0.11", "gaxios": "^6.0.0", - "gcp-metadata": "^6.0.0", + "gcp-metadata": "^6.1.0", "gtoken": "^7.0.0", "jws": "^4.0.0" } diff --git a/scripts/gcb2slack/package.json b/scripts/gcb2slack/package.json index 6a03ebfc4c..b3e95ce211 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.1", - "google-auth-library": "^9.3.0" + "google-auth-library": "^9.4.0" } }