From 4988a3fce2c831acc741418c9924e3af155b45d8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 Feb 2020 00:02:17 +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-DOTPROP-543489 --- 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..de03d761b7 100644 --- a/functions/speech-to-speech/package.json +++ b/functions/speech-to-speech/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "@google-cloud/speech": "^2.1.0", - "@google-cloud/storage": "^2.0.3", + "@google-cloud/storage": "^3.0.0", "@google-cloud/text-to-speech": "^0.4.0", "@google-cloud/translate": "^2.1.2", "uuid": "^3.3.2"