From ab47df50e9174c4398c49cf390aa557957213ce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 18:05:35 +0000 Subject: [PATCH] Bump google-auth-library in /cloudrun-malware-scanner Bumps [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs) from 9.2.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.2.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] --- cloudrun-malware-scanner/package-lock.json | 10 +++++----- cloudrun-malware-scanner/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cloudrun-malware-scanner/package-lock.json b/cloudrun-malware-scanner/package-lock.json index cb69632..2263034 100644 --- a/cloudrun-malware-scanner/package-lock.json +++ b/cloudrun-malware-scanner/package-lock.json @@ -16,7 +16,7 @@ "bunyan": "^1.8.15", "clamdjs": "^1.0.2", "express": "^4.18.2", - "google-auth-library": "^9.2.0", + "google-auth-library": "^9.4.0", "http-proxy": "^1.18.1" }, "devDependencies": { @@ -1724,14 +1724,14 @@ } }, "node_modules/google-auth-library": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.2.0.tgz", - "integrity": "sha512-1oV3p0JhNEhVbj26eF3FAJcv9MXXQt4S0wcvKZaDbl4oHq5V3UJoSbsGZGQNcjoCdhW4kDSwOs11wLlHog3fgQ==", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.4.0.tgz", + "integrity": "sha512-Sn7w6p59lP3sHWPjLBc5OY6Y44CwbRrst5vAVpVhtSeMzTzZAGheyovaHDkcRRl6QeGl+H3a1GNiHLcLsCJTCw==", "dependencies": { "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/cloudrun-malware-scanner/package.json b/cloudrun-malware-scanner/package.json index 023098f..118b404 100644 --- a/cloudrun-malware-scanner/package.json +++ b/cloudrun-malware-scanner/package.json @@ -20,7 +20,7 @@ "bunyan": "^1.8.15", "clamdjs": "^1.0.2", "express": "^4.18.2", - "google-auth-library": "^9.2.0", + "google-auth-library": "^9.4.0", "http-proxy": "^1.18.1" }, "devDependencies": {