From 7ff26a3d7c423dfbd2fe26abb492babe6bfa6be4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2020 22:20:20 +0000 Subject: [PATCH] Bump uuidv4 from 4.0.0 to 6.0.1 Bumps [uuidv4](https://github.com/thenativeweb/uuidv4) from 4.0.0 to 6.0.1. - [Release notes](https://github.com/thenativeweb/uuidv4/releases) - [Changelog](https://github.com/thenativeweb/uuidv4/blob/master/CHANGELOG.md) - [Commits](https://github.com/thenativeweb/uuidv4/compare/4.0.0...6.0.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3c2c613..ff724d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -977,11 +977,18 @@ "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==" }, "uuidv4": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/uuidv4/-/uuidv4-4.0.0.tgz", - "integrity": "sha512-mG90kcW04v6frNmnLsnd7xqiKubIYgaQHxaHoBplAJpR95hgqkTDq8wpZQU5cN5w9gtKphqdsflHoEnXr2+ing==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/uuidv4/-/uuidv4-6.0.1.tgz", + "integrity": "sha512-m/4hai0L5/Wg0wmL4EHVdn/ZkC3gDQaxMB6PK9OllshhXvIyIl5YF+JbZNKJXsDW3ZgH8wboRExOmRSao/zU7Q==", "requires": { - "uuid": "3.3.2" + "uuid": "3.4.0" + }, + "dependencies": { + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + } } }, "which": { diff --git a/package.json b/package.json index d8b2513..58af317 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "pairtree": "0.0.1", "through2": "^3.0.0", "uuid": "^3.3.2", - "uuidv4": "^4.0.0" + "uuidv4": "^6.0.1" }, "devDependencies": { "esm": "^3.2.22",