From baee2608fe47b00dd2750f9f339e2b8d7bbce9e5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 May 2020 11:10:14 +0000 Subject: [PATCH] Bump uuid from 8.0.0 to 8.1.0 in /app Bumps [uuid](https://github.com/uuidjs/uuid) from 8.0.0 to 8.1.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.0.0...v8.1.0) 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 850fad9a..676d0208 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.0.0" + "uuid": "8.1.0" }, "optionalDependencies": { "native-reg": "0.3.4" diff --git a/app/yarn.lock b/app/yarn.lock index 9c8871b6..a456296e 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.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.0.0.tgz#bc6ccf91b5ff0ac07bbcdbf1c7c4e150db4dbb6c" - integrity sha512-jOXGuXZAWdsTH7eZLtyXMqUb9EcWMGZNbL9YcGBJl4MH4nrxHmZJhEHvyLFrkxo+28uLb/NYRcStH48fnD0Vzw== +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== which@^1.2.9: version "1.3.1"