From af57a76501ca7fec4df46d06e60f94b1950af00c Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 14:36:26 +0000 Subject: [PATCH] fix: community/boilerplates/auth-webhooks/nodejs-firebase/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- .../boilerplates/auth-webhooks/nodejs-firebase/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/boilerplates/auth-webhooks/nodejs-firebase/package.json b/community/boilerplates/auth-webhooks/nodejs-firebase/package.json index a24fd85fd219f..8a61ac000e296 100644 --- a/community/boilerplates/auth-webhooks/nodejs-firebase/package.json +++ b/community/boilerplates/auth-webhooks/nodejs-firebase/package.json @@ -14,7 +14,7 @@ "license": "ISC", "dependencies": { "express": "^4.16.3", - "firebase-admin": "^5.12.1", + "firebase-admin": "^8.0.0", "request": "^2.87.0" } }