From 0abf9456214c7096836b308f836c32f358b086f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Sep 2021 06:58:57 +0000 Subject: [PATCH] fix: templates/app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- templates/app/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/app/package.json b/templates/app/package.json index 05c413f3..5b63f87d 100644 --- a/templates/app/package.json +++ b/templates/app/package.json @@ -6,9 +6,9 @@ }, "dependencies": { "history": "^3.0.0", - "react": "^15.3.0", + "react": "^16.5.0", "react-app": "^1.1.2", - "react-dom": "^15.3.0", + "react-dom": "^16.5.0", "react-redux": "^4.4.5", "redux": "^3.5.2", "whatwg-fetch": "^1.0.0"