From a459ac957d5dbc33ec144c37dbb80efee312f500 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Mar 2021 21:56:31 +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-SSRI-1085630 --- 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 7a70f855076c..d8a8f7c53951 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.6", "react": "^16.13.1", "react-dom": "^16.13.1" },