From 0271efb37f33b5e6890281cecd083aecdc46a457 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 21:25:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 96bff8c4..a08dd37c 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "license": "MIT", "dependencies": { "babel-runtime": "^6.22.0", - "react": "^15.4.2", - "react-dom": "^15.4.2", + "react": "^16.5.0", + "react-dom": "^16.5.0", "react-redux": "^5.0.2", "react-router": "^3.0.2", "react-router-redux": "^4.0.7",