From 36d79425b18430686d25f5194dd9c08df425f55f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Mar 2021 13:14:21 +0000 Subject: [PATCH] fix: vision/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HOSTEDGITINFO-1088355 --- vision/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vision/package.json b/vision/package.json index be92f874eb..21580dd349 100644 --- a/vision/package.json +++ b/vision/package.json @@ -22,7 +22,7 @@ "async": "2.3.0", "natural": "0.5.1", "redis": "2.7.1", - "yargs": "7.1.0" + "yargs": "10.0.0" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "1.4.14",