From 0a30950aae071b04bb79f7a199bfd69615838fd5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2020 05:18:24 +0000 Subject: [PATCH] Bump uuid from 3.4.0 to 7.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.0 to 7.0.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...v7.0.0) 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..862bc10 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.0" }, "devDependencies": { "@types/debug": "^4.1.5", diff --git a/yarn.lock b/yarn.lock index 65376dc..e038f5d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1412,6 +1412,11 @@ uuid@^3.3.2, uuid@^3.3.3, uuid@^3.4.0: resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== +uuid@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.0.tgz#1833d4b9ce50b732bfaa271f9cb74e974d303c79" + integrity sha512-LNUrNsXdI/fUsypJbWM8Jt4DgQdFAZh41p9C7WE9Cn+CULOEkoG2lgQyH68v3wnIy5K3fN4jdSt270K6IFA3MQ== + validator@^10.11.0: version "10.11.0" resolved "https://registry.yarnpkg.com/validator/-/validator-10.11.0.tgz#003108ea6e9a9874d31ccc9e5006856ccd76b228"