From 5f23a173433259cba749074281fd9cce24bd60af Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Aug 2018 08:33:06 +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 3264958..bc6e341 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "prop-types": "^15.5.10", "react": "^15.6.1", - "react-dom": "^15.6.1" + "react-dom": "^16.0.1" }, "scripts": { "start": "react-scripts start",