From f89dfb17ce9f430b6c2f29c73fbafe9ee1f8c73f Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Tue, 17 Nov 2020 22:33:24 +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 88a112f8ba..6fc7dce98e 100644
--- a/endpoints/getting-started-grpc/package.json
+++ b/endpoints/getting-started-grpc/package.json
@@ -20,7 +20,7 @@
     "google-auth-library": "^6.0.0",
     "grpc": "^1.18.0",
     "jsonwebtoken": "^8.2.0",
-    "yargs": "^15.0.0"
+    "yargs": "^16.0.0"
   },
   "devDependencies": {
     "chai": "^4.2.0",