From b4a810486ed5cde8626e38a41030b90b46ecb038 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Jun 2021 02:13: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-REACTNATIVE-1298632 --- Example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/package.json b/Example/package.json index a5043a8..8c4fb8b 100644 --- a/Example/package.json +++ b/Example/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "react": "16.3.1", - "react-native": "0.55.4", + "react-native": "0.64.1", "react-native-progress": "*" }, "devDependencies": {