From a94dbc269d75885f8f4a0b5b718b82fb25c40660 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Dec 2022 04:35:13 +0000 Subject: [PATCH] fix: functions/speech-to-speech/functions/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180020 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180022 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180024 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180026 --- functions/speech-to-speech/functions/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/speech-to-speech/functions/package.json b/functions/speech-to-speech/functions/package.json index 50fc6a4fa0..eb7cd11ce8 100644 --- a/functions/speech-to-speech/functions/package.json +++ b/functions/speech-to-speech/functions/package.json @@ -39,8 +39,8 @@ "@google-cloud/text-to-speech": "^0.5.0", "@google-cloud/translate": "^3.0.0", "uuid": "^3.3.2", - "firebase-admin": "^7.2.0", - "firebase-functions": "^2.1.0" + "firebase-admin": "^11.4.1", + "firebase-functions": "^3.6.2" }, "devDependencies": { "@google-cloud/functions-emulator": "^1.0.0-beta.5",