From 105bf9cf8ef184072928ac711c9ac4bfb5967e0c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 16:26:26 +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 2c962fc..29d6354 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,8 @@ "flux": "^3.1.2", "node-sass": "^4.5.2", "prop-types": "^15.5.8", - "react": "^15.5.4", - "react-dom": "^15.5.4", + "react": "^16.5.0", + "react-dom": "^16.5.0", "react-form": "^1.2.7", "react-loader": "^2.4.2", "react-modal": "^1.7.7",