From b101c070e05488430ba7d647df94ab8b3314a663 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Aug 2018 08:47:14 +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 6a47da4..f5572f5 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "dependencies": { "d3": "^4.6.0", "react": "^15.4.2", - "react-dom": "^15.4.2" + "react-dom": "^16.0.1" }, "scripts": { "start": "node scripts/start.js",