From 1a035f34483590d524855f098c87a2faf4beebb3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Aug 2018 21:39:21 +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 45d6a21..7381c33 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "history": "^4.6.3", "react": "^15.6.1", - "react-dom": "^15.6.1", + "react-dom": "^16.0.1", "react-helmet": "^5.1.3", "react-image": "^1.0.1", "react-json-schema-form": "^1.1.0",