From cf5a199fda30d3fd60019ee8e3477fd77bc9f29f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Sep 2020 21:27:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3b7ce01..dfca097 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,8 @@ "gulp-sass": "^3.1.0", "gulp-util": "^3.0.8", "hapi-react-views": "^9.2.1", - "react": "^15.4.2", - "react-dom": "^15.4.2", + "react": "^16.5.0", + "react-dom": "^16.5.0", "trailpack-footprints": "^2.0.0", "trailpack-gulp": "^1.0.2", "trailpack-hapi": "^2.2.0",