From 38d0802266fb64af550650b877c431ce6a2ecf0b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Aug 2018 03:12:57 +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 a556fd6..9f284e1 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "react": "^15.4.1", "react-dnd": "^2.1.4", "react-dnd-html5-backend": "^2.1.2", - "react-dom": "^15.4.1", + "react-dom": "^16.0.1", "react-redux": "^4.4.6", "react-router": "^3.0.0", "redux": "^3.6.0"