From 78089a2f88cca912cdc7ea3a75a9d7aed2cb3ea8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Mar 2025 03:51:36 +0000 Subject: [PATCH] fix: examples/with-firebase-authentication/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 --- examples/with-firebase-authentication/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-firebase-authentication/package.json b/examples/with-firebase-authentication/package.json index d354ba25b523a..ceceeb550dea0 100644 --- a/examples/with-firebase-authentication/package.json +++ b/examples/with-firebase-authentication/package.json @@ -11,7 +11,7 @@ "express": "^4.14.0", "express-session": "^1.15.2", "firebase": "^5.6.0", - "firebase-admin": "^5.8.2", + "firebase-admin": "^10.1.0", "isomorphic-unfetch": "2.0.0", "next": "latest", "react": "^16.7.0",