From 27832a832441af6fd262df314bda1ecd13aae3f4 Mon Sep 17 00:00:00 2001 From: Marc Bachmann Date: Wed, 23 Nov 2016 02:08:59 +0100 Subject: [PATCH] chore(package): update uuid to version 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd505b7..ac4a7d2 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ "extsprintf": "1.0.2", "lomstream": "1.1.0", "mkdirp": "0.5.1", - "node-uuid": "1.4.3", "once": "1.3.2", "read": "1.0.7", "restify-clients": "1.1.0", @@ -23,6 +22,7 @@ "sshpk": "1.7.x", "strsplit": "1.0.0", "tabula": "1.7.0", + "uuid": "^3.0.0", "vasync": "1.6.3", "verror": "1.6.0", "which": "1.2.4",