From efaf2f337c79eac34fc906bcb118ca6e9a38919a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Aug 2018 02:42:54 +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 0fe407a..620764d 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "pre-push": "^0.1.1", "prop-types": "^15.6.0", "react": "^15.6.1", - "react-dom": "^15.6.1", + "react-dom": "^16.0.1", "react-redux": "^5.0.6", "redux": "^3.7.2", "require-dir": "^0.3.2",