From 1c933e8ab9898a3fe1206ec7b10ec573eeeea242 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Jan 2022 17:13:27 +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-NODEFORGE-2330875 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2331908 --- functions/speech-to-speech/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/speech-to-speech/package.json b/functions/speech-to-speech/package.json index c0070aed6b..ac6f746d60 100644 --- a/functions/speech-to-speech/package.json +++ b/functions/speech-to-speech/package.json @@ -31,8 +31,8 @@ }, "dependencies": { "@google-cloud/speech": "^2.1.0", - "@google-cloud/storage": "^2.0.3", - "@google-cloud/text-to-speech": "^0.4.0", + "@google-cloud/storage": "^5.0.0", + "@google-cloud/text-to-speech": "^3.0.0", "@google-cloud/translate": "^2.1.2", "uuid": "^3.3.2" },