From 1bcd44fcb628ff41e264e4869d40921c3d63ef87 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Aug 2018 08:48:51 +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 7e76b61f..39167b81 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "jwt-decode": "^2.1.0", "lodash": "^4.13.1", "react": "^15.3.1", - "react-dom": "^15.3.1", + "react-dom": "^16.0.1", "react-relay": "^0.9.3", "react-router": "^2.7.0", "react-router-relay": "^0.13.5",