From 7f7c638bfe84fca2a7492555fad513046dde9313 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 Sep 2021 20:25:59 +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-AXIOS-1579269 --- 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" },