From ea1e0fd365740af8328ae1de0a194b48fc89405b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Apr 2020 07:44:30 +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-NEXT-561584 --- 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 26d0adacc046bba..7b06cfb63ae4474 100644 --- a/examples/with-firebase-hosting/package.json +++ b/examples/with-firebase-hosting/package.json @@ -22,7 +22,7 @@ "dependencies": { "firebase-admin": "^5.12.1", "firebase-functions": "^1.0.2", - "next": "^6.0.3", + "next": "^9.3.2", "react": "^16.3.2", "react-dom": "^16.3.2" },