From e2832d2b296afb291f69590e3b44f30ac1f2eb0d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2020 05:37:16 +0000 Subject: [PATCH] Bump uuid from 3.4.0 to 7.0.3 Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.0 to 7.0.3. - [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...v7.0.3) 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 f38e832..42f02c5 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "mongodb": "^3.3.2", "reflect-metadata": "^0.1.13", "sequelize": "^5.19.0", - "uuid": "^3.3.3" + "uuid": "^7.0.3" }, "devDependencies": { "@types/debug": "^4.1.5",