From e310b680ef5aa8135a0c821ed3ebb85f636ba39f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 15:10:30 +0000 Subject: [PATCH] Bump google-auth-library from 10.2.0 to 10.3.0 in /scripts/gcb2slack Bumps [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs) from 10.2.0 to 10.3.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/v10.2.0...v10.3.0) --- updated-dependencies: - dependency-name: google-auth-library dependency-version: 10.3.0 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 d9bf847f01..c5ed7eb95e 100644 --- a/scripts/gcb2slack/package-lock.json +++ b/scripts/gcb2slack/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "@google-cloud/functions-framework": "^4.0.0", "@slack/webhook": "^7.0.5", - "google-auth-library": "^10.2.0" + "google-auth-library": "^10.3.0" } }, "node_modules/@babel/code-frame": { @@ -866,9 +866,9 @@ } }, "node_modules/google-auth-library": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-10.2.0.tgz", - "integrity": "sha512-gy/0hRx8+Ye0HlUm3GrfpR4lbmJQ6bJ7F44DmN7GtMxxzWSojLzx0Bhv/hj7Wlj7a2On0FcT8jrz8Y1c1nxCyg==", + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-10.3.0.tgz", + "integrity": "sha512-ylSE3RlCRZfZB56PFJSfUCuiuPq83Fx8hqu1KPWGK8FVdSaxlp/qkeMMX/DT/18xkwXIHvXEXkZsljRwfrdEfQ==", "license": "Apache-2.0", "dependencies": { "base64-js": "^1.3.0", diff --git a/scripts/gcb2slack/package.json b/scripts/gcb2slack/package.json index f833a06d94..9ccf665aa0 100644 --- a/scripts/gcb2slack/package.json +++ b/scripts/gcb2slack/package.json @@ -6,6 +6,6 @@ "dependencies": { "@google-cloud/functions-framework": "^4.0.0", "@slack/webhook": "^7.0.5", - "google-auth-library": "^10.2.0" + "google-auth-library": "^10.3.0" } }