From 17c1b3d58b55dcde0d5367b6c2e2101a7e3ecb59 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Feb 2022 11:28:31 +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 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",