From 045d5a876f0903fd90051924d609831ad08cbcc7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Oct 2024 23:04:12 +0000 Subject: [PATCH] feat: upgrade google-auth-library from 8.7.0 to 9.14.1 Snyk has created this PR to upgrade google-auth-library from 8.7.0 to 9.14.1. See this package in npm: google-auth-library See this project in Snyk: https://app.snyk.io/org/cachiman/project/ec36be52-c7e2-4414-981d-3ef034b875df?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/cron-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cron-utils/package.json b/packages/cron-utils/package.json index b5cda96149b..5dc51b60eb1 100644 --- a/packages/cron-utils/package.json +++ b/packages/cron-utils/package.json @@ -19,7 +19,7 @@ "dependencies": { "@google-cloud/run": "^0.3.0", "@google-cloud/scheduler": "^3.0.3", - "google-auth-library": "^8.5.1", + "google-auth-library": "^9.14.1", "js-yaml": "^4.1.0", "yargs": "^17.5.1" },