From 16c2a8f16719ea9544da451569cb9d78155455dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Sep 2021 07:23:04 +0000 Subject: [PATCH] fix: Example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- Example/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Example/package.json b/Example/package.json index a5043a8..9d22a84 100644 --- a/Example/package.json +++ b/Example/package.json @@ -7,8 +7,8 @@ "test": "jest" }, "dependencies": { - "react": "16.3.1", - "react-native": "0.55.4", + "react": "16.5.0", + "react-native": "0.64.0", "react-native-progress": "*" }, "devDependencies": {