From 37af5bee56d3b2d0667e6b0af8c36b2fda10ce4c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Aug 2018 22:31:04 +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 edb029c..f02a8c0 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "classnames": "^2.2.5", "prop-types": "^15.5.10", "react": "^15.6.1", - "react-dom": "^15.6.1", + "react-dom": "^16.0.1", "smoothscroll": "^0.3.0" } }