From f57fe686d3a1c784d15d9cd2bc6158ba61fa36c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Aug 2018 05:07:15 +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 cd6d629..cdeaa02 100644 --- a/package.json +++ b/package.json @@ -178,7 +178,7 @@ "react": "15.6.2", "react-autosuggest": "^9.3.1", "react-avatar-editor": "9.1.1", - "react-dom": "15.6.1", + "react-dom": "16.0.1", "react-feather": "^1.0.8", "react-fontawesome": "^1.5.0", "react-hot-loader": "3.0.0-beta.6",