From 58aeca0c12fcd08c781e4dbf3dc50f98c0b36b3e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Jan 2022 16:55:28 +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-NODEFORGE-2330875 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2331908 --- 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 28c3fcd8550fe..ae284cb253487 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": "^4.9.1", - "firebase-admin": "^5.8.2", + "firebase-admin": "^9.0.0", "isomorphic-unfetch": "2.0.0", "next": "latest", "react": "^16.0.0",