From 1a454a730fa3b71c93d4fdab71d02d575fff7786 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2020 08:06:14 +0000 Subject: [PATCH] Bump uuid from 2.0.3 to 7.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 2.0.3 to 7.0.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/commits/v7.0.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index bf344e2a..76e318c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2339,9 +2339,9 @@ } }, "uuid": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-2.0.3.tgz", - "integrity": "sha1-Z+LoY3lyFVMN/zGOW/nc6/1Hsho=" + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.0.tgz", + "integrity": "sha512-LNUrNsXdI/fUsypJbWM8Jt4DgQdFAZh41p9C7WE9Cn+CULOEkoG2lgQyH68v3wnIy5K3fN4jdSt270K6IFA3MQ==" }, "verror": { "version": "1.10.0", diff --git a/package.json b/package.json index 88c91d1f..214d3f27 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "elasticsearch": "15.5.0", "node-jose": "^1.1.3", "pg": "^7.18.1", - "uuid": "2.0.3" + "uuid": "7.0.0" }, "devDependencies": { "chai": "^4.2.0",