From 92bb09f1b93029310d84d9a2ce54fa0260d01ea4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 18:45:03 +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-DICER-2311764 --- 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 ff96519b4d7fc..135320bc58d33 100644 --- a/examples/with-firebase-authentication/package.json +++ b/examples/with-firebase-authentication/package.json @@ -9,7 +9,7 @@ "dependencies": { "cookie-session": "1.4.0", "firebase": "^7.6.1", - "firebase-admin": "^8.9.0", + "firebase-admin": "^10.3.0", "isomorphic-unfetch": "^3.0.0", "lodash": "4.17.15", "next": "latest",