From c1a817eaf4ad05deaa17feca03f2e47a39f74f8d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Jan 2022 16:04:39 +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 a4a2eda..bd79ccc 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "periodic-table": "0.0.6", - "react": "^15.3.1", - "react-dom": "^15.3.1" + "react": "^16.5.0", + "react-dom": "^16.5.0" }, "scripts": { "start": "react-scripts start",