From ca3be97393b16986785bdf6ae3f7f2d480898e33 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Wed, 6 May 2020 08:22:45 -0700 Subject: [PATCH] =?UTF-8?q?Update=20uuid=20in=20group=20static=20to=20the?= =?UTF-8?q?=20latest=20version=20=EF=BF=BD=20(#1079)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: *** � **Important announcement:** Greenkeeper will be saying goodbye � and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at greenkeeper.io](https://greenkeeper.io) *** ## The dependency [uuid](https://github.com/uuidjs/uuid) was updated from `7.0.3` to `8.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update. --- **Publisher:** [ctavan](https://www.npmjs.com/~ctavan) **License:** MIT [Find out more about this release](https://github.com/uuidjs/uuid). ---
FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
--- Your [Greenkeeper](https://greenkeeper.io) bot :palm_tree: Pull Request resolved: https://github.com/facebook/flipper/pull/1079 Reviewed By: passy Differential Revision: D21324797 Pulled By: nikoant fbshipit-source-id: aa1883120472229827021cbbd121a9a40a30002d --- desktop/app/package.json | 2 +- desktop/static/package.json | 2 +- desktop/yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/desktop/app/package.json b/desktop/app/package.json index 8a150028f..96d4b8525 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -60,7 +60,7 @@ "semver": "^7.3.2", "string-natural-compare": "^3.0.0", "tmp": "0.0.33", - "uuid": "^7.0.1", + "uuid": "^8.0.0", "which": "^2.0.1", "ws": "^7.2.3", "xdg-basedir": "^4.0.0" diff --git a/desktop/static/package.json b/desktop/static/package.json index ba11dcda7..76800baa5 100644 --- a/desktop/static/package.json +++ b/desktop/static/package.json @@ -17,7 +17,7 @@ "p-filter": "^2.1.0", "p-map": "^4.0.0", "recursive-readdir": "^2.2.2", - "uuid": "^7.0.1", + "uuid": "^8.0.0", "ws": "^7.2.3", "xdg-basedir": "^4.0.0", "yargs": "^15.3.1" diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 87a68ee40..e73ad2b38 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -12632,10 +12632,10 @@ uuid@^3.0.1, uuid@^3.3.2: resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== -uuid@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.1.tgz#95ed6ff3d8c881cbf85f0f05cc3915ef994818ef" - integrity sha512-yqjRXZzSJm9Dbl84H2VDHpM3zMjzSJQ+hn6C4zqd5ilW+7P4ZmLEEqwho9LjP+tGuZlF4xrHQXT0h9QZUS/pWA== +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== v8-compile-cache@^2.0.3: version "2.1.0"