From 6637d6703dcd0af1a0d5d0859a17a9d285cbcc00 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Aug 2018 01:06:43 +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 a4a2eda..5807e47 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "periodic-table": "0.0.6", "react": "^15.3.1", - "react-dom": "^15.3.1" + "react-dom": "^16.0.1" }, "scripts": { "start": "react-scripts start",