From b40b11b4e2cdaae3cc4923ee9e74e6fa7912b668 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Tue, 15 Sep 2020 13:28:37 +0200 Subject: [PATCH] chore: Upgrade uuid to v8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f8977c6b138..75cd9cff4a7 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "timers-ext": "^0.1.7", "type": "^2.1.0", "untildify": "^3.0.3", - "uuid": "^3.4.0", + "uuid": "^8.3.0", "write-file-atomic": "^2.4.3", "yaml-ast-parser": "0.0.43", "yargs-parser": "^18.1.3"