From 2ce751ed2a7953a698d4fffdeb93e2e017f36077 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 May 2025 08:29:06 +0000 Subject: [PATCH] fix: pubsub/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- pubsub/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubsub/package.json b/pubsub/package.json index b6a9dbe47d..3f44cc3db2 100644 --- a/pubsub/package.json +++ b/pubsub/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@google-cloud/pubsub": "0.14.5", - "yargs": "10.0.3" + "yargs": "18.0.0" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "2.0.11",