From 4e52fde4fb0282569fea237c4865b835276a94c7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Apr 2022 06:07:18 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EJS-2803307 --- 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:../" } }