From b23b7185c87ba963f234d38a5708a7d91d7954e5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Jun 2018 00:35:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:mime:20170907 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 255004eb05364f..9e7a704836b568 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.0.4", "prop-types": "^15.5.10", "react-event-listener": "^0.5.0", "react-jss": "^7.1.0",