From cc5a187852730e75dcb856623486368a5aae5cc4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Mar 2020 23:30:00 +0000 Subject: [PATCH] fix: speech/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOTPROP-543489 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- speech/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/speech/package.json b/speech/package.json index d1c6f0ba65..4239d00cac 100644 --- a/speech/package.json +++ b/speech/package.json @@ -8,10 +8,10 @@ "test": "cd ..; npm run st -- --verbose speech/system-test/*.test.js" }, "dependencies": { - "@google-cloud/speech": "0.6.0", + "@google-cloud/speech": "0.10.0", "@google-cloud/storage": "0.7.0", "node-record-lpcm16": "0.2.0", - "yargs": "6.6.0" + "yargs": "13.1.0" }, "engines": { "node": ">=4.3.2"