From b11990a9a67b18b595abeba55aa015e4ff695381 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Aug 2018 22:39:18 +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 b035794..42cfd19 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ "pug": "^2.0.0-beta6", "querystring": "^0.2.0", "react": "^15.3.0", - "react-dom": "^15.3.0" + "react-dom": "^16.0.1" } }