From 734dc7c6bd6355378a5aa3ffee227db9a3d71682 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 31 Mar 2020 21:38:46 +0000 Subject: [PATCH] fix: examples/with-app-layout/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-561584 --- examples/with-app-layout/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-app-layout/package.json b/examples/with-app-layout/package.json index 65fd5e93a42..9388a037fc2 100644 --- a/examples/with-app-layout/package.json +++ b/examples/with-app-layout/package.json @@ -7,7 +7,7 @@ "start": "next start" }, "dependencies": { - "next": "6.0.0-canary.6", + "next": "9.3.2", "react": "^16.0.0", "react-dom": "^16.0.0" },