From 1e06e14c6e01f852c11efed525acc5579bcd7919 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Dec 2022 17:51:30 +0000 Subject: [PATCH] fix: server/src/functions/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 --- server/src/functions/functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/functions/functions/package.json b/server/src/functions/functions/package.json index 969c88cf19..1c1d5bb014 100644 --- a/server/src/functions/functions/package.json +++ b/server/src/functions/functions/package.json @@ -3,7 +3,7 @@ "description": "Cloud Functions for Firebase", "dependencies": { "firebase-admin": "^4.2.0", - "firebase-functions": "^0.5", + "firebase-functions": "^3.6.2", "googleapis": "^18.0.0", "request": "^2.81.0", "request-promise": "^4.2.1",