From 13ea95e851efafbea3b6ecee92f5f32c7fa83e1a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 15:11:02 +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-NODEFETCH-2342118 --- 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 7a70f855076c8..eb8d97de7772a 100644 --- a/examples/with-firebase-hosting/package.json +++ b/examples/with-firebase-hosting/package.json @@ -15,7 +15,7 @@ "dependencies": { "firebase-admin": "^8.9.0", "firebase-functions": "^3.3.0", - "next": "^9.3.4", + "next": "^10.0.7", "react": "^16.13.1", "react-dom": "^16.13.1" },