From 234d84f30fdc9a7e155c9283ceaf1f67cc34cf39 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 May 2022 17:29:08 +0000 Subject: [PATCH] fix: video/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- video/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video/package.json b/video/package.json index 675f002291..213aae1f62 100644 --- a/video/package.json +++ b/video/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@google-cloud/videointelligence": "https://storage.googleapis.com/videointelligence-alpha/videointelligence-nodejs.tar.gz", - "yargs": "6.6.0" + "yargs": "7.0.0" }, "engines": { "node": ">=4.3.2"