From 8bb9a2a2c1007c3e506f291e0fe9b00889da3fd4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Feb 2018 06:20:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:next:20180124 Latest report for blueeastcode/material-ui: https://snyk.io/test/github/blueeastcode/material-ui --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 255004eb05364f..4dc601ce851a98 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "jss-preset-default": "^3.0.0", "keycode": "^2.1.9", "lodash": "^4.17.4", - "next": "^3.0.3", + "next": "^4.2.3", "prop-types": "^15.5.10", "react-event-listener": "^0.5.0", "react-jss": "^7.1.0",