From 97ea1a23bfb3253047bb92b9e1369d421941910a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 03:33:11 +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..d26290ef6a 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": "15.0.1" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "^3.0.0",