From f9468fd51d90d7daec6a4cdbc0430ac38a7b2496 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 16:07:22 +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 3264958..a910b14 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "prop-types": "^15.5.10", - "react": "^15.6.1", - "react-dom": "^15.6.1" + "react": "^16.5.0", + "react-dom": "^16.5.0" }, "scripts": { "start": "react-scripts start",