From 249c44fe95b22541c669f6b6a9b44394d57d3f15 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Apr 2020 05:26:30 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DECOMPRESS-557358 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index ef69f9e0..f42c3435 100644 --- a/example/package.json +++ b/example/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "react": "15.2.0-rc.1", - "react-native": "0.29.0-rc.0", + "react-native": "0.39.1", "react-native-braintree-xplat": "file:../" } }