From 2e046d6d1fc90e15ad4bca9f4630ace665b7c6f7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Jul 2018 06:04:55 +0000 Subject: [PATCH] fix: 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf81c6d..ccb1000 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "crypto-js": "^3.1.9-1", "prop-types": "^15.5.10", "react": "^16.0.0-alpha.12", - "react-native": "^0.48.3", + "react-native": "^0.56.0", "react-native-sensitive-info": "github:mCodex/react-native-sensitive-info#keystore", "react-redux": "^5.0.6", "redux": "^3.7.2",