From bd44f1e0eef3f5699b596b952488e6deefaaaebb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Nov 2024 00:41:44 +0000 Subject: [PATCH] fix: auth/functions/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GRPCGRPCJS-7242922 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 --- auth/functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/functions/package.json b/auth/functions/package.json index 5bce48b8..b2897e23 100644 --- a/auth/functions/package.json +++ b/auth/functions/package.json @@ -8,7 +8,7 @@ "compile": "cp ../../tsconfig.json.template ./tsconfig.json && tsc" }, "dependencies": { - "firebase-admin": "^10.0.0", + "firebase-admin": "^13.0.0", "firebase-functions": "^3.16.0" } }