From 3c334e654967fcd4310de78b0061fb5a6434f881 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Mar 2022 17:30:43 +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-2430337 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430339 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430341 --- 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" },