From 5114265a470c188fbeb12a71bc744bdabaeccc84 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jul 2024 14:48:48 +0000 Subject: [PATCH] fix: speech/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- speech/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speech/package.json b/speech/package.json index d1c6f0ba65..d1582cfd6b 100644 --- a/speech/package.json +++ b/speech/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@google-cloud/speech": "0.6.0", - "@google-cloud/storage": "0.7.0", + "@google-cloud/storage": "3.0.0", "node-record-lpcm16": "0.2.0", "yargs": "6.6.0" },