From 403b98f76f81d5a2aeb0c841530fcdb9d7fe21aa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 23:14:17 +0000 Subject: [PATCH] Bump uuidv4 from 4.0.0 to 6.2.11 Bumps [uuidv4](https://github.com/thenativeweb/uuidv4) from 4.0.0 to 6.2.11. - [Release notes](https://github.com/thenativeweb/uuidv4/releases) - [Changelog](https://github.com/thenativeweb/uuidv4/blob/main/CHANGELOG.md) - [Commits](https://github.com/thenativeweb/uuidv4/compare/4.0.0...6.2.11) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 21 +++++++++++++++++---- package.json | 2 +- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16d3c88..7a1bcff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,6 +4,11 @@ "lockfileVersion": 1, "requires": true, "dependencies": { + "@types/uuid": { + "version": "8.3.1", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.1.tgz", + "integrity": "sha512-Y2mHTRAbqfFkpjldbkHGY8JIzRN6XqYRliG8/24FcHm2D2PwW24fl5xMRTVGdrb7iMrwCaIEbLWerGIkXuFWVg==" + }, "ansi-colors": { "version": "3.2.3", "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.3.tgz", @@ -977,11 +982,19 @@ "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.2.11", + "resolved": "https://registry.npmjs.org/uuidv4/-/uuidv4-6.2.11.tgz", + "integrity": "sha512-OTS4waH9KplrXNADKo+Q1kT9AHWr8DaC0S5F54RQzEwcUaEzBEWQQlJyDUw/u1bkRhJyqkqhLD4M4lbFbV+89g==", "requires": { - "uuid": "3.3.2" + "@types/uuid": "8.3.1", + "uuid": "8.3.2" + }, + "dependencies": { + "uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" + } } }, "which": { diff --git a/package.json b/package.json index da9cf64..fde95f6 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.2.11" }, "devDependencies": { "esm": "^3.2.22",