From eeef66214d0cc8518bf0637dcbd3c2a6db872015 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2020 02:31:37 +0000 Subject: [PATCH] Bump uuid from 3.2.1 to 8.3.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 3.2.1 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.2.1...v8.3.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 79cdb5b..0d2beab 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "jsonwebtoken": "^8.2.0", "passport-strategy": "^1.0.0", "pause": "^0.1.0", - "uuid": "^3.2.1" + "uuid": "^8.3.0" }, "devDependencies": { "eslint": "^4.19.1", diff --git a/yarn.lock b/yarn.lock index 3440227..166d0e2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1100,9 +1100,9 @@ util-deprecate@~1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" -uuid@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.2.1.tgz#12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14" +uuid@^8.3.0: + version "8.3.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.0.tgz#ab738085ca22dc9a8c92725e459b1d507df5d6ea" validate-npm-package-license@^3.0.1: version "3.0.3"