From 84db90cc3174cab8897f46ffce8775961ffa07ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Jan 2021 21:44:17 +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-YARGSPARSER-560381 - https://snyk.io/vuln/npm:mem:20180117 --- 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 65fd5e93a42e..510d31ae45db 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": "10.0.6", "react": "^16.0.0", "react-dom": "^16.0.0" },