From 97b658e50d7121126620ba5aaab37f0e2b53894d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 11:01:02 +0000 Subject: [PATCH] Bump uuid from 8.3.0 to 8.3.1 in /app Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.0 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/v8.3.0...v8.3.1) 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 ef7dd020..52a8a2ad 100644 --- a/app/package.json +++ b/app/package.json @@ -34,7 +34,7 @@ "react-dom": "16.13.1", "semver": "7.3.2", "shell-env": "3.0.0", - "uuid": "8.3.0" + "uuid": "8.3.1" }, "optionalDependencies": { "native-reg": "0.3.4" diff --git a/app/yarn.lock b/app/yarn.lock index 519a8d86..5da9e168 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -873,10 +873,10 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" -uuid@8.3.0: - version "8.3.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.0.tgz#ab738085ca22dc9a8c92725e459b1d507df5d6ea" - integrity sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ== +uuid@8.3.1: + version "8.3.1" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.1.tgz#2ba2e6ca000da60fce5a196954ab241131e05a31" + integrity sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg== which@^1.2.9: version "1.3.1"