From 86d80318e5b60fc2ef059c998866e7c5694d4176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2020 12:08:09 +0000 Subject: [PATCH] Bump uuid from 8.1.0 to 8.2.0 in /app Bumps [uuid](https://github.com/uuidjs/uuid) from 8.1.0 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/v8.1.0...v8.2.0) 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 43c4416b..42519e98 100644 --- a/app/package.json +++ b/app/package.json @@ -33,7 +33,7 @@ "react-dom": "16.13.1", "semver": "7.3.2", "shell-env": "3.0.0", - "uuid": "8.1.0" + "uuid": "8.2.0" }, "optionalDependencies": { "native-reg": "0.3.4" diff --git a/app/yarn.lock b/app/yarn.lock index 213b6664..65dc25e7 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -778,10 +778,10 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" -uuid@8.1.0: - version "8.1.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.1.0.tgz#6f1536eb43249f473abc6bd58ff983da1ca30d8d" - integrity sha512-CI18flHDznR0lq54xBycOVmphdCYnQLKn8abKn7PXUiKUGdEd+/l9LWNJmugXel4hXq7S+RMNl34ecyC9TntWg== +uuid@8.2.0: + version "8.2.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.2.0.tgz#cb10dd6b118e2dada7d0cd9730ba7417c93d920e" + integrity sha512-CYpGiFTUrmI6OBMkAdjSDM0k5h8SkkiTP4WAjQgDgNB1S3Ou9VBEvr6q0Kv2H1mMk7IWfxYGpMH5sd5AvcIV2Q== which@^1.2.9: version "1.3.1"