From 3ee90b1d8a878028664f02008558dd80849e223a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 May 2022 03:08:44 +0000 Subject: [PATCH] fix: auth/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- auth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/package.json b/auth/package.json index 0689a2d6cd..a462061397 100644 --- a/auth/package.json +++ b/auth/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@google-cloud/storage": "^2.0.3", - "yargs": "12.0.5" + "yargs": "13.2.4" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "^3.0.0",