From c0ba6d1a7a261509f00bb24b63194a725753bc0d Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 00:49:10 +0000 Subject: [PATCH] fix(package): update uuid to version 8.0.0 Closes #144 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b6de243..6e59cf5 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "bluebird": "^3.5.1", "jsonic": "^0.3.0", "lodash": "^4.17.10", - "uuid": "^3.2.1" + "uuid": "^8.0.0" }, "devDependencies": { "chai": "^4.1.2",