From 328264ebfac21ed7d5d19904413f0b9a2ba46ed4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 22 Jan 2022 16:19:35 +0000 Subject: [PATCH] fix: examples/with-firebase-hosting/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-hosting/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-firebase-hosting/package.json b/examples/with-firebase-hosting/package.json index 26d0adacc046b..910d4cd70b4f5 100644 --- a/examples/with-firebase-hosting/package.json +++ b/examples/with-firebase-hosting/package.json @@ -20,7 +20,7 @@ "install-deps": "cd \"dist/functions\" && npm i" }, "dependencies": { - "firebase-admin": "^5.12.1", + "firebase-admin": "^10.0.2", "firebase-functions": "^1.0.2", "next": "^6.0.3", "react": "^16.3.2",