From d59825b74ab285e174d66317275a41cf48d2830f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Mar 2022 18:12: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-NODEFORGE-2430337 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430339 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430341 --- 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..3da8f9d581349 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.0.2", "isomorphic-unfetch": "2.0.0", "next": "latest", "react": "^16.7.0",