From 4cc6e7f73d09e742a4b46968155e1c8e24fa9fb8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Aug 2018 03:39:09 +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 3b7ce01..9ebf8c6 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "gulp-util": "^3.0.8", "hapi-react-views": "^9.2.1", "react": "^15.4.2", - "react-dom": "^15.4.2", + "react-dom": "^16.0.1", "trailpack-footprints": "^2.0.0", "trailpack-gulp": "^1.0.2", "trailpack-hapi": "^2.2.0",