From b43106898003c3ba96e6d4c49f39254764596399 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Sep 2021 03:08:10 +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 c0ac47c..9ada444 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "test": "jest" }, "dependencies": { - "react": "16.0.0-alpha.12", - "react-native": "0.48.3" + "react": "16.5.0", + "react-native": "0.64.0" }, "devDependencies": { "babel-jest": "21.0.2",