From e911018d80e1c301ed92d3542d0486475727f648 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Feb 2018 00:22: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 flaque/vx-tut: https://snyk.io/test/github/flaque/vx-tut --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f35824..e53049a 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@vx/scale": "^0.0.111", "@vx/shape": "^0.0.111", "d3-array": "^1.2.0", - "next": "^2.3.1", + "next": "^4.2.3", "react": "^15.5.4", "react-dom": "^15.5.4" }