From b1989670829bcba712c58c62242ddc4803578e42 Mon Sep 17 00:00:00 2001 From: Marc Bachmann Date: Wed, 23 Nov 2016 02:08:56 +0100 Subject: [PATCH] chore(package): update uuid to version 3.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 10e5e988..6908992d 100644 --- a/package.json +++ b/package.json @@ -42,8 +42,8 @@ "commander": "^2.5.0", "dotenv": "^0.4.0", "fs-extra": "^0.30.0", - "node-uuid": "^1.4.2", "node-zip": "^1.1.0", - "rimraf": "^2.2.8" + "rimraf": "^2.2.8", + "uuid": "^3.0.0" } }