From b08c32e052e07bbb8a52452eaec21301c3a089c0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 18 Oct 2020 23:28:51 +0000 Subject: [PATCH] Bump uuid from 3.4.0 to 8.3.1 Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.0 to 8.3.1. - [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.1) 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 a4f2355..e6cd171 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "express-handlebars": "^3.0.0", "lodash": "^4.17.3", "lowdb": "^0.14.0", - "uuid": "^3.0.1", + "uuid": "^8.3.1", "winston": "^2.3.0", "http-auth":"^3.2.3", "shortid": "^2.2.8",