From 4da6525358e106094c9841578f631ba40b4ac88f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 17:01:41 +0000 Subject: [PATCH] fix: functions/speech-to-speech/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181 --- functions/speech-to-speech/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/speech-to-speech/package.json b/functions/speech-to-speech/package.json index c0070aed6b..ed28774a9f 100644 --- a/functions/speech-to-speech/package.json +++ b/functions/speech-to-speech/package.json @@ -32,7 +32,7 @@ "dependencies": { "@google-cloud/speech": "^2.1.0", "@google-cloud/storage": "^2.0.3", - "@google-cloud/text-to-speech": "^0.4.0", + "@google-cloud/text-to-speech": "^0.5.0", "@google-cloud/translate": "^2.1.2", "uuid": "^3.3.2" },