From 112c96b79e37e5ec8a5137bf23120a16b9d5b63a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 04:27:10 +0000 Subject: [PATCH] build(deps): 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-lock.json | 11 ++++++++--- package.json | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6f19ff5..911c90c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4718,6 +4718,11 @@ "psl": "^1.1.24", "punycode": "^1.4.1" } + }, + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" } } }, @@ -5703,9 +5708,9 @@ } }, "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + "version": "8.3.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.1.tgz", + "integrity": "sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg==" }, "v8-to-istanbul": { "version": "4.0.1", diff --git a/package.json b/package.json index 199c042..79bcf8d 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "json-to-ts": "^1.6.0", "latest-version": "^5.1.0", "semver": "^7.1.1", - "uuid": "^3.4.0", + "uuid": "^8.3.1", "yeoman-environment": "^2.3.4", "yeoman-generator": "^3.2.0" },