From e76f7fc745b5d57dfeadc3da49b585178ca1ddf7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2020 17:37:38 +0000 Subject: [PATCH] Bump uuid from 7.0.2 to 7.0.3 in /app Bumps [uuid](https://github.com/uuidjs/uuid) from 7.0.2 to 7.0.3. - [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.2...v7.0.3) Signed-off-by: dependabot-preview[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 96870a3e..d8049455 100644 --- a/app/package.json +++ b/app/package.json @@ -33,7 +33,7 @@ "react-dom": "16.13.1", "semver": "7.1.3", "shell-env": "3.0.0", - "uuid": "7.0.2" + "uuid": "7.0.3" }, "optionalDependencies": { "native-reg": "0.3.4" diff --git a/app/yarn.lock b/app/yarn.lock index 6cafcea3..5de8f699 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -778,10 +778,10 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" -uuid@7.0.2: - version "7.0.2" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.2.tgz#7ff5c203467e91f5e0d85cfcbaaf7d2ebbca9be6" - integrity sha512-vy9V/+pKG+5ZTYKf+VcphF5Oc6EFiu3W8Nv3P3zIh0EqVI80ZxOzuPfe9EHjkFNvf8+xuTHVeei4Drydlx4zjw== +uuid@7.0.3: + version "7.0.3" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.3.tgz#c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b" + integrity sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg== which@^1.2.9: version "1.3.1"