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