From 5d86ff31eb4f9aedec31a890b94df1ad386dba6b Mon Sep 17 00:00:00 2001 From: Anthony McLin Date: Tue, 31 Mar 2020 17:06:42 -0700 Subject: [PATCH] fix(deps): [security] bump NextJS in generated projects from 9.2.0 to 9.3.3 See CVE-2020-5284 https://vulmon.com/vulnerabilitydetails?qid=CVE-2020-5284 --- templates/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default.json b/templates/default.json index da900564..f4d1e96a 100644 --- a/templates/default.json +++ b/templates/default.json @@ -8,7 +8,7 @@ "graphql", "graphql-tag", "isomorphic-unfetch", - "next@^9.2.0", + "next@^9.3.3", "prop-types", "react@^16.12.0", "react-dom@^16.12.0"