From 2bfd2d6f7ba3572ca7f8e73eaf4e8c44e878adfa Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 08:35:31 +0000 Subject: [PATCH] feat: upgrade google-auth-library from 5.10.1 to 9.12.0 Snyk has created this PR to upgrade google-auth-library from 5.10.1 to 9.12.0. See this package in npm: google-auth-library See this project in Snyk: https://app.snyk.io/org/cachiman/project/8e1cf0df-d48d-46f3-aba9-d9b6a4bf7e64?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- nodejs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs/package.json b/nodejs/package.json index 8cc9d93..a185d25 100644 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "google-auth-library": "^5.9.2", + "google-auth-library": "^9.12.0", "jsonwebtoken": "^8.5.1", "uuidv4": "^6.2.13" }