From 746d9365b46bdeda3bc8c011c33ee2166b93809e Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 06:41:34 +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-NODEFORGE-14125745 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-14125097 --- .../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..20f0a24d2744d 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": "^12.0.0", "request": "^2.87.0" } }