From d2dd30726fe0fa4d4e0d6ad65c529bbd3d139030 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 7 Mar 2021 23:22: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-GLOBPARENT-1016905 --- 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..9a52f086eafa 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.0", "react": "^16.13.1", "react-dom": "^16.13.1" },