From 465e906536bf51fb672d17ce8aefc606993b8233 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 00:21:14 +0000 Subject: [PATCH] Update dependency firebase-admin to v11 --- functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/package.json b/functions/package.json index 3bcc33a..161ccc2 100644 --- a/functions/package.json +++ b/functions/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "cors": "^2.8.5", - "firebase-admin": "^8.10.0", + "firebase-admin": "^11.0.0", "firebase-functions": "^3.6.1", "opentok": "^2.10.0" },