From 9bd8a7d0076bc6389e37c8e45dbf45190f59ea19 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 16 Jan 2018 16:10:45 +0100 Subject: [PATCH] fix(package): update uuid to version 3.2.0 (#709) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae26c6a..bff5f2c 100644 --- a/package.json +++ b/package.json @@ -61,6 +61,6 @@ "react-native-lightbox": "^0.7.0", "react-native-parsed-text": "^0.0.20", "shallowequal": "1.0.2", - "uuid": "3.1.0" + "uuid": "3.2.0" } }