From 9ba59b5c62f0490932570e67570c595e15b80b0a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Jan 2022 13:50:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 72b06c8..c61463a 100644 --- a/package.json +++ b/package.json @@ -39,8 +39,8 @@ }, "dependencies": { "aphrodite": "^1.1.0", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.5.0", + "react-dom": "^16.5.0" }, "repository": { "type": "git",