From 0af54e43dc3ada24ac3112480f414a5b5526b196 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 13:19:04 +0000 Subject: [PATCH] Bump uuid from 8.3.1 to 8.3.2 in /ui Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.1 to 8.3.2. - [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/v8.3.1...v8.3.2) Signed-off-by: dependabot-preview[bot] --- ui/package-lock.json | 6 +++--- ui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index b771d4b2f..c4efbf2e1 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -16213,9 +16213,9 @@ "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" }, "uuid": { - "version": "8.3.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.1.tgz", - "integrity": "sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg==" + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" }, "v8-compile-cache": { "version": "2.1.1", diff --git a/ui/package.json b/ui/package.json index 15ac645ce..522d3c3db 100644 --- a/ui/package.json +++ b/ui/package.json @@ -25,7 +25,7 @@ "react-measure": "^2.5.2", "react-redux": "^7.2.2", "react-scripts": "^3.4.3", - "uuid": "^8.3.1" + "uuid": "^8.3.2" }, "devDependencies": { "@testing-library/jest-dom": "^5.11.6",