From 8888411cdc71a4cb319c934e82d0a9a467eb3e66 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2020 04:12:04 +0000 Subject: [PATCH] build(deps): Bump uuid from 7.0.3 to 8.2.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 7.0.3 to 8.2.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/compare/v7.0.3...v8.2.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 80a9a45..0ba6bd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6326,9 +6326,9 @@ "optional": true }, "uuid": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", - "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==" + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.2.0.tgz", + "integrity": "sha512-CYpGiFTUrmI6OBMkAdjSDM0k5h8SkkiTP4WAjQgDgNB1S3Ou9VBEvr6q0Kv2H1mMk7IWfxYGpMH5sd5AvcIV2Q==" }, "v8flags": { "version": "2.1.1", diff --git a/package.json b/package.json index 97f9605..686f16d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "lodash.isplainobject": "^4.0.4", "lodash.isstring": "^4.0.1", "lodash.keys": "^4.0.7", - "uuid": "^7.0.3" + "uuid": "^8.2.0" }, "devDependencies": { "babel-cli": "^6.26.0",