From 4f11b3d430415c1f2b7a3389362381adf19a931c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Nov 2020 23:58:44 +0000 Subject: [PATCH] fix: pubsub/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 --- pubsub/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubsub/package.json b/pubsub/package.json index b6a9dbe47d..0d6c796ada 100644 --- a/pubsub/package.json +++ b/pubsub/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@google-cloud/pubsub": "0.14.5", - "yargs": "10.0.3" + "yargs": "16.0.0" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "2.0.11",