From 2d1967ffc79d29bf0c9642044d48be598642e371 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 04:30:45 +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-15032660 --- .../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" } }