From 6e53ab35697e68fab4a33a26630449fd9e84481d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 09:04:31 +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 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f38e832..3f1107f 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": "^8.3.1" }, "devDependencies": { "@types/debug": "^4.1.5", diff --git a/yarn.lock b/yarn.lock index db7824e..7fcb399 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1411,6 +1411,11 @@ uuid@^7.0.3: resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.3.tgz#c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b" integrity sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg== +uuid@^8.3.1: + version "8.3.1" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.1.tgz#2ba2e6ca000da60fce5a196954ab241131e05a31" + integrity sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg== + validator@^10.11.0: version "10.11.0" resolved "https://registry.yarnpkg.com/validator/-/validator-10.11.0.tgz#003108ea6e9a9874d31ccc9e5006856ccd76b228"