From b34f23ade64a829f7ba7c65925dc7b61e4e8165b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 4 Oct 2020 21:15:17 +0000 Subject: [PATCH] build(deps): Bump uuid from 7.0.3 to 8.3.1 Bumps [uuid](https://github.com/uuidjs/uuid) from 7.0.3 to 8.3.1. - [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.3.1) 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 e1b67e7..fa107ab 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.3.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.1.tgz", + "integrity": "sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg==" }, "v8flags": { "version": "2.1.1", diff --git a/package.json b/package.json index 15f10c8..ea10462 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.3.1" }, "devDependencies": { "babel-cli": "^6.26.0",