From cee50c0007f9f0a2b63f36f4d38bcdd3d806aec4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 10:48:06 +0000 Subject: [PATCH] Bump uuid from 3.2.1 to 3.3.3 in /app Bumps [uuid](https://github.com/kelektiv/node-uuid) from 3.2.1 to 3.3.3. - [Release notes](https://github.com/kelektiv/node-uuid/releases) - [Changelog](https://github.com/kelektiv/node-uuid/blob/master/CHANGELOG.md) - [Commits](https://github.com/kelektiv/node-uuid/compare/v3.2.1...v3.3.3) Signed-off-by: dependabot-preview[bot] --- app/package.json | 2 +- app/yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/package.json b/app/package.json index b63a9251..cf748419 100644 --- a/app/package.json +++ b/app/package.json @@ -33,7 +33,7 @@ "react-dom": "16.11.0", "semver": "6.3.0", "shell-env": "3.0.0", - "uuid": "3.2.1", + "uuid": "3.3.3", "winreg": "1.2.4" } } diff --git a/app/yarn.lock b/app/yarn.lock index ee355af7..c5a27b20 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -635,9 +635,10 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" -uuid@3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.2.1.tgz#12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14" +uuid@3.3.3: + version "3.3.3" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866" + integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ== which@^1.2.9: version "1.3.1"