From cc28c76dfc8357554166bbe9cd67594a16c2d11b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Nov 2020 08:41:33 +0000 Subject: [PATCH] fix: auth/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 --- auth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/package.json b/auth/package.json index 0689a2d6cd..021e22d6a6 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": "16.0.0" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "^3.0.0",