From 94991de2ca9eb6dcc962f29c252ef1b314232e08 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Sep 2021 02:49:04 +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 fc82ba9..d77d2be 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "test": "jest" }, "dependencies": { - "react": "16.4.1", - "react-native": "0.56.0", + "react": "16.5.0", + "react-native": "0.64.0", "react-native-image-picker": "^0.26.10", "rn-fetch-blob": "^0.10.13" },