From 4163bd092dc088359a50845b812ecb4e582c319c Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 02:19:15 +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-AXIOS-12613773 --- .../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..4b75ebc43bbf7 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": "^9.0.0", "request": "^2.87.0" } }