From 188db8400fb71a859d12db0c467ffc6fb9f55901 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Aug 2018 03:54:03 +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 8f1e3f1..c920589 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "postcss-loader": "^0.11.0", "precss": "^1.4.0", "react": "^15.3.1", - "react-dom": "^15.3.1", + "react-dom": "^16.0.1", "react-dropdown": "^1.1.0", "react-relay": "^0.9.2", "react-router": "^2.7.0",