From db1648e2163775b4c72c1ac4308424649ae39196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 11:00:59 +0000 Subject: [PATCH] build(deps): bump uuidv4 from 6.2.12 to 6.2.13 Bumps [uuidv4](https://github.com/thenativeweb/uuidv4) from 6.2.12 to 6.2.13. - [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/6.2.12...6.2.13) --- updated-dependencies: - dependency-name: uuidv4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index f100d9c..c5b7693 100644 --- a/package-lock.json +++ b/package-lock.json @@ -560,9 +560,9 @@ "dev": true }, "@types/uuid": { - "version": "8.3.1", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.1.tgz", - "integrity": "sha512-Y2mHTRAbqfFkpjldbkHGY8JIzRN6XqYRliG8/24FcHm2D2PwW24fl5xMRTVGdrb7iMrwCaIEbLWerGIkXuFWVg==" + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz", + "integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==" }, "@ungap/promise-all-settled": { "version": "1.1.2", @@ -5020,11 +5020,11 @@ "integrity": "sha512-34FVVCDDHzzcOglmrKbZP99+8/6StEzo3VU3MuKw0Mo0B/YBQ1bWNQU8s79ofNnrPlfI+7A9pkAdhmQ6CyLHFg==" }, "uuidv4": { - "version": "6.2.12", - "resolved": "https://registry.npmjs.org/uuidv4/-/uuidv4-6.2.12.tgz", - "integrity": "sha512-UnN4ThIYWhv3ZUE8UwDnnCvh4JafCNu+sQkxmLyjCVwK3rjLfkg3DYiEv6oCMDIAIVEDP4INg4kX/C5hKaRzZA==", + "version": "6.2.13", + "resolved": "https://registry.npmjs.org/uuidv4/-/uuidv4-6.2.13.tgz", + "integrity": "sha512-AXyzMjazYB3ovL3q051VLH06Ixj//Knx7QnUSi1T//Ie3io6CpsPu9nVMOx5MoLWh6xV0B9J0hIaxungxXUbPQ==", "requires": { - "@types/uuid": "8.3.1", + "@types/uuid": "8.3.4", "uuid": "8.3.2" }, "dependencies": {