From c9c12768168060ab529319b3f06454b0b7d83eae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Oct 2018 01:17:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:deep-extend:20180409 - https://snyk.io/vuln/npm:fresh:20170908 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index eaed3f6..a534364 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "license": "MIT", "dependencies": { "css-modules-require-hook": "^4.0.6", - "express": "^4.15.2", - "next": "latest", + "express": "^4.15.5", + "next": "3.0.2", "react": "^15.4.2", "react-dom": "^15.4.2", "react-toolbox": "^2.0.0-beta.8"