From a2847f564bac7fddfb94400b3b67464cd0ac7ec0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 18:55:57 +0000 Subject: [PATCH] fix: auth/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- auth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/package.json b/auth/package.json index 13af137e95..fc6447a2d7 100644 --- a/auth/package.json +++ b/auth/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@google-cloud/storage": "1.2.1", - "yargs": "8.0.2" + "yargs": "10.0.0" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "1.4.17",