From 4ac875d5a612efad7802263cdf2f5a901a331539 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Oct 2017 04:19:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:fresh:20170908 Latest report for messagebot/messagebot-www: https://snyk.io/test/github/messagebot/messagebot-www --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index facb544..8be7315 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",