From 9bf7fbe9fbc851f72723060037903a0af100043e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Nov 2020 21:20:15 +0000 Subject: [PATCH] fix: endpoints/getting-started-grpc/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 --- endpoints/getting-started-grpc/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints/getting-started-grpc/package.json b/endpoints/getting-started-grpc/package.json index dd7252037a..56d0ce0667 100644 --- a/endpoints/getting-started-grpc/package.json +++ b/endpoints/getting-started-grpc/package.json @@ -22,7 +22,7 @@ "google-auth-library": "^0.10.0", "grpc": "1.4.1", "jsonwebtoken": "^7.4.1", - "yargs": "8.0.2" + "yargs": "16.0.0" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "^1.4.15",