From 0e8da8494aa7a01066df9f4a53ce5a6b1a6a97c7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 20:32:52 +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-ANSIREGEX-1583908 --- 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" },