From 80ed6dd99ee94e3467165ce18215f048c55c643b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Aug 2018 05:41:17 +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 288349c..4daa50a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "react": "^15.6.1", - "react-dom": "^15.6.1", + "react-dom": "^16.0.1", "react-schema-views": "^1.0.0", "uuid": "^3.1.0" },