From 7deb0246bbcf5ab967278a943209062ea14a8623 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Aug 2018 04:00:01 +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 e31c377..9d9405e 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "react": "^0.14.8", "react-addons-update": "^0.14.8", "react-bootstrap": "^0.31.1", - "react-dom": "^0.14.8", + "react-dom": "^16.0.1", "react-dropzone": "^3.5.3", "react-file-input": "^0.2.5", "superagent": "^2.1.0"