From 8df59f8c602b54aba8dd36dc174ab38ded55a81b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 01:07:54 +0000 Subject: [PATCH] Bump uuid from 8.3.1 to 8.3.2 in /app 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[bot] --- app/package.json | 2 +- app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index 9d7eb7d9..66fcf9bf 100644 --- a/app/package.json +++ b/app/package.json @@ -34,7 +34,7 @@ "react-dom": "17.0.1", "semver": "7.3.4", "shell-env": "3.0.0", - "uuid": "8.3.1" + "uuid": "8.3.2" }, "optionalDependencies": { "native-reg": "0.3.4" diff --git a/app/yarn.lock b/app/yarn.lock index c64396c0..9caf8359 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -871,10 +871,10 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" -uuid@8.3.1: - version "8.3.1" - resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.1.tgz#2ba2e6ca000da60fce5a196954ab241131e05a31" - integrity sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg== +uuid@8.3.2: + version "8.3.2" + resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" + integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== which@^1.2.9: version "1.3.1"