From 2a9a48df768dc512b5577b21c6a09611335c1886 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Jan 2026 19:40:36 +0000 Subject: [PATCH] fix: functions/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/package.json b/functions/package.json index 14588ed9..a76ec1ff 100644 --- a/functions/package.json +++ b/functions/package.json @@ -9,7 +9,7 @@ "logs": "firebase functions:log" }, "dependencies": { - "firebase-admin": "~5.4.2", + "firebase-admin": "~9.0.0", "firebase-functions": "^0.7.1" }, "private": true