From b4589e4b97b2fc3a7bbb0982110902cfb76000c8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 14:30:22 +0000 Subject: [PATCH] Bump uuid from 3.4.0 to 8.3.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.0 to 8.3.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v3.4.0...v8.3.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3288fcd..07965f2 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "open": "^7.0.0", "ora": "^4.0.3", "querystring": "^0.2.0", - "uuid": "^3.3.3", + "uuid": "^8.3.0", "yargs": "^15.0.1" } }