From 233931f369f447ba93352c92a3b0c627d9550127 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 23:37:36 +0000 Subject: [PATCH] fix: speech/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- speech/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speech/package.json b/speech/package.json index d1c6f0ba65..8d232d0338 100644 --- a/speech/package.json +++ b/speech/package.json @@ -11,7 +11,7 @@ "@google-cloud/speech": "0.6.0", "@google-cloud/storage": "0.7.0", "node-record-lpcm16": "0.2.0", - "yargs": "6.6.0" + "yargs": "15.0.1" }, "engines": { "node": ">=4.3.2"