From d22530fff37b8625a8d1d37301494d40be9522fb Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 19:47:22 -0800 Subject: [PATCH] =?UTF-8?q?Update=20uuid=20in=20group=20main=20to=20the=20?= =?UTF-8?q?latest=20version=20=EF=BF=BD=20(#827)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: ## The dependency [uuid](https://github.com/uuidjs/uuid) was updated from `3.4.0` to `7.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/827 Reviewed By: jknoxville Differential Revision: D20067749 Pulled By: passy fbshipit-source-id: 045c94cc1c28f0854680340f56bb35b854a37c51 --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4998eebdf..a04481d00 100644 --- a/package.json +++ b/package.json @@ -192,7 +192,7 @@ "socket.io": "^2.0.4", "string-natural-compare": "^3.0.0", "tmp": "0.0.33", - "uuid": "^3.3.2", + "uuid": "^7.0.0", "websocket": "^1.0.31", "which": "^2.0.1", "ws": "^7.2.0", diff --git a/yarn.lock b/yarn.lock index e6ed28f6a..7fb1d2185 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9495,6 +9495,11 @@ uuid@^3.3.2: resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866" integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ== +uuid@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.0.tgz#1833d4b9ce50b732bfaa271f9cb74e974d303c79" + integrity sha512-LNUrNsXdI/fUsypJbWM8Jt4DgQdFAZh41p9C7WE9Cn+CULOEkoG2lgQyH68v3wnIy5K3fN4jdSt270K6IFA3MQ== + v8-compile-cache@^2.0.3: version "2.1.0" resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz#e14de37b31a6d194f5690d67efc4e7f6fc6ab30e"