From ab29da51433cd0716c8c3333e451ec1e94d7cfca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Oct 2018 04:03:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:fresh:20170908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38b3f91..982fabe 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "glob": "^7.1.2", "isomorphic-fetch": "^2.2.1", "moment": "^2.18.1", - "next": "^3.0.3", + "next": "^4.0.0", "react": "^15.6.1", "react-bootstrap": "^0.31.2", "react-codemirror": "^1.0.0",