From 2f0fa6d40aad796d482d687c931a9eb82922e376 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 16:22:57 +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-2342118 --- example/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/package.json b/example/package.json index ef69f9e0..e8b06dc8 100644 --- a/example/package.json +++ b/example/package.json @@ -6,8 +6,8 @@ "start": "node node_modules/react-native/local-cli/cli.js start" }, "dependencies": { - "react": "15.2.0-rc.1", - "react-native": "0.29.0-rc.0", + "react": "16.5.0", + "react-native": "0.64.0", "react-native-braintree-xplat": "file:../" } }