From 77cf5d632e950e8bd6ef5ccbed8a95c56a768226 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 12 Jan 2022 05:48:07 -0800
Subject: [PATCH] Bump @oclif/command from 1.8.5 to 1.8.16 in /desktop (#3261)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Summary:
Bumps [oclif/command](https://github.com/oclif/command) from 1.8.5 to 1.8.16.
Release notes
Sourced from @oclif/command's releases.
v1.8.16
1.8.16 (2021-12-17)
v1.8.15
1.8.15 (2021-12-14)
Bug Fixes
v1.8.14
1.8.14 (2021-12-14)
Bug Fixes
v1.8.13
1.8.13 (2021-12-10)
Bug Fixes
1.8.13 (2021-12-10)
Bug Fixes
v1.8.12
1.8.12 (2021-12-09)
Bug Fixes
1.8.12 (2021-12-09)
Bug Fixes
... (truncated)
Changelog
Sourced from @oclif/command's changelog.
1.8.16 (2021-12-17)
1.8.15 (2021-12-14)
Bug Fixes
1.8.14 (2021-12-14)
Bug Fixes
1.8.13 (2021-12-10)
Bug Fixes
1.8.12 (2021-12-09)
Bug Fixes
1.8.11 (2021-12-09)
Bug Fixes
1.8.10 (2021-12-08)
... (truncated)
Commits
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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)
---
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)
Pull Request resolved: https://github.com/facebook/flipper/pull/3261
Reviewed By: antonk52
Differential Revision: D33511691
Pulled By: passy
fbshipit-source-id: d0a9f830c76d2e515a051cc818f245c1e449fb9b
---
desktop/yarn.lock | 31 +++++++++++++++++++++++--------
1 file changed, 23 insertions(+), 8 deletions(-)
diff --git a/desktop/yarn.lock b/desktop/yarn.lock
index 2807c9356..58019e765 100644
--- a/desktop/yarn.lock
+++ b/desktop/yarn.lock
@@ -2368,18 +2368,18 @@
fastq "^1.6.0"
"@oclif/command@^1", "@oclif/command@^1.6.0", "@oclif/command@^1.8.0", "@oclif/command@^1.8.4":
- version "1.8.5"
- resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.5.tgz#6557b8f8345082f9286249dd15defbe66f8fecd1"
- integrity sha512-Dolb0jmUc1s8HhSOiQOC2mu7pha+wTg0SaCLLH3tJjkSWi5yE3NDlHv0QG6Rp9vs5tJhOGLa8ILOSv+t3KpnNw==
+ version "1.8.16"
+ resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.16.tgz#bea46f81b2061b47e1cda318a0b923e62ca4cc0c"
+ integrity sha512-rmVKYEsKzurfRU0xJz+iHelbi1LGlihIWZ7Qvmb/CBz1EkhL7nOkW4SVXmG2dA5Ce0si2gr88i6q4eBOMRNJ1w==
dependencies:
- "@oclif/config" "^1.17.1"
+ "@oclif/config" "^1.18.2"
"@oclif/errors" "^1.3.5"
+ "@oclif/help" "^1.0.1"
"@oclif/parser" "^3.8.6"
- "@oclif/plugin-help" "^3.2.7"
debug "^4.1.1"
semver "^7.3.2"
-"@oclif/config@^1", "@oclif/config@^1.17.0", "@oclif/config@^1.17.1":
+"@oclif/config@1.18.2", "@oclif/config@^1", "@oclif/config@^1.17.0", "@oclif/config@^1.17.1", "@oclif/config@^1.18.2":
version "1.18.2"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.18.2.tgz#5bfe74a9ba6a8ca3dceb314a81bd9ce2e15ebbfe"
integrity sha512-cE3qfHWv8hGRCP31j7fIS7BfCflm/BNZ2HNqHexH+fDrdF2f1D5S8VmXWLC77ffv3oDvWyvE9AZeR0RfmHCCaA==
@@ -2433,7 +2433,7 @@
qqjs "^0.3.10"
tslib "^2.0.3"
-"@oclif/errors@^1.2.1", "@oclif/errors@^1.2.2", "@oclif/errors@^1.3.3", "@oclif/errors@^1.3.5":
+"@oclif/errors@1.3.5", "@oclif/errors@^1.2.1", "@oclif/errors@^1.2.2", "@oclif/errors@^1.3.3", "@oclif/errors@^1.3.5":
version "1.3.5"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.3.5.tgz#a1e9694dbeccab10fe2fe15acb7113991bed636c"
integrity sha512-OivucXPH/eLLlOT7FkCMoZXiaVYf8I/w1eTAM1+gKzfhALwWTusxEx7wBmW0uzvkSg/9ovWLycPaBgJbM3LOCQ==
@@ -2444,6 +2444,21 @@
strip-ansi "^6.0.0"
wrap-ansi "^7.0.0"
+"@oclif/help@^1.0.1":
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/@oclif/help/-/help-1.0.1.tgz#fd96a3dd9fb2314479e6c8584c91b63754a7dff5"
+ integrity sha512-8rsl4RHL5+vBUAKBL6PFI3mj58hjPCp2VYyXD4TAa7IMStikFfOH2gtWmqLzIlxAED2EpD0dfYwo9JJxYsH7Aw==
+ dependencies:
+ "@oclif/config" "1.18.2"
+ "@oclif/errors" "1.3.5"
+ chalk "^4.1.2"
+ indent-string "^4.0.0"
+ lodash "^4.17.21"
+ string-width "^4.2.0"
+ strip-ansi "^6.0.0"
+ widest-line "^3.1.0"
+ wrap-ansi "^6.2.0"
+
"@oclif/linewrap@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"
@@ -2459,7 +2474,7 @@
chalk "^4.1.0"
tslib "^2.0.0"
-"@oclif/plugin-help@^3.2.0", "@oclif/plugin-help@^3.2.5", "@oclif/plugin-help@^3.2.7":
+"@oclif/plugin-help@^3.2.0", "@oclif/plugin-help@^3.2.5":
version "3.2.7"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.7.tgz#df78de78a84194d566d7725bdd58c468bf0c2273"
integrity sha512-X6ErYHwsKGZTtfmY64nwx13lHrVHhJJMKhcvBv4KxO170yvu+vw38DirLVibJKrF70A42QjGd9vgiyFTpyeULQ==