From f3165e592566977a62cbbf4a87e358cbdf9a7c9c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Aug 2018 07:13:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:react-dom:20180802 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1a1ef6..2a4c687 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "next-redux-wrapper": "1.3.4", "prop-types": "15.6.0", "react": "16.0.0", - "react-dom": "16.0.0", + "react-dom": "16.0.1", "react-redux": "5.0.6", "redux": "3.7.2", "redux-saga": "0.16.0",