From 7cc61a18335735e88d1252e518eb15d3dac72a33 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Sep 2021 04:11:18 +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 8568a6b..f15bbff 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "assert": "^1.4.1", - "react": "16.2.0", - "react-native": "0.52.1", + "react": "16.5.0", + "react-native": "0.64.0", "redux": "^3.7.2", "redux-form": "^7.2.1" },