From 6f8607edfb8c41b2c04100ea53238c1f75ddceba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Apr 2024 00:11:33 +0000 Subject: [PATCH] fix: node/realtime-transcriptions/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- node/realtime-transcriptions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/realtime-transcriptions/package.json b/node/realtime-transcriptions/package.json index 1ddd710..feb3383 100644 --- a/node/realtime-transcriptions/package.json +++ b/node/realtime-transcriptions/package.json @@ -20,6 +20,6 @@ "dotenv": "^4.0.0", "httpdispatcher": "^2.1.2", "websocket": "^1.0.28", - "@google-cloud/speech": "^1.5.0" + "@google-cloud/speech": "^3.0.0" } }