From 81f4cef51801b4411811d97a6c2d6978e6bdeca3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Jul 2018 08:58:07 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:plist:20180219 - https://snyk.io/vuln/npm:ws:20171108 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 3c5ab65..c7c3141 100644 --- a/example/package.json +++ b/example/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "react": "16.2.0", - "react-native": "0.52.2", + "react-native": "0.56.0", "react-native-billing": "file:../" }, "devDependencies": {