From fb0af47c31f7f47abe667ddc1860378a34e5cdf5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2020 09:37:31 -0700 Subject: [PATCH] Bump uuid from 8.0.0 to 8.1.0 in /desktop (#1234) Summary: Bumps [uuid](https://github.com/uuidjs/uuid) from 8.0.0 to 8.1.0.
Changelog

Sourced from uuid's changelog.

8.1.0 (2020-05-20)

Features

Bug Fixes

Commits

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=uuid&package-manager=npm_and_yarn&previous-version=8.0.0&new-version=8.1.0)](https://dependabot.com/compatibility-score/?dependency-name=uuid&package-manager=npm_and_yarn&previous-version=8.0.0&new-version=8.1.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
Pull Request resolved: https://github.com/facebook/flipper/pull/1234 Reviewed By: nikoant Differential Revision: D21940732 Pulled By: passy fbshipit-source-id: 8ff46c925659156049ac8dd56ec2b7464dd83500 --- 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 07f4ae88c..8a59cc94b 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -58,7 +58,7 @@ "semver": "^7.3.2", "string-natural-compare": "^3.0.0", "tmp": "^0.2.1", - "uuid": "^8.0.0", + "uuid": "^8.1.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 c4472dd23..a6c21f8c4 100644 --- a/desktop/static/package.json +++ b/desktop/static/package.json @@ -18,7 +18,7 @@ "p-filter": "^2.1.0", "p-map": "^4.0.0", "recursive-readdir": "^2.2.2", - "uuid": "^8.0.0", + "uuid": "^8.1.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 606fbbc7a..326fbd51d 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -12597,10 +12597,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@^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== v8-compile-cache@^2.0.3: version "2.1.0"