From fb763e6d4f3480fbc649ccce0255a80ad9b2da36 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Mar 2020 23:54:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 255004eb05364f..55d5f87ebb4231 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": "^8.0.0", "prop-types": "^15.5.10", "react-event-listener": "^0.5.0", "react-jss": "^7.1.0",