From 7d880a4e33276c27abd5d1262c417d7f97956b92 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Mar 2021 07:23:51 +0000 Subject: [PATCH] fix: pubsub/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HOSTEDGITINFO-1088355 --- pubsub/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubsub/package.json b/pubsub/package.json index e39fe318f1..e7e72b068b 100644 --- a/pubsub/package.json +++ b/pubsub/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@google-cloud/pubsub": "0.8.0", - "yargs": "6.6.0" + "yargs": "10.0.0" }, "engines": { "node": ">=4.3.2"