From 7a719999968a8fd80ecec1f33f07386d41feb50d Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 11:39:54 +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-14114940 --- .../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" } }