From 647b5424c0ec7eca6b5b08b72b11534f46629be2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 21:19:24 -0800 Subject: [PATCH] Bump yargs from 16.1.1 to 16.2.0 in /desktop (#1783) Summary: Bumps [yargs](https://github.com/yargs/yargs) from 16.1.1 to 16.2.0.
Release notes

Sourced from yargs's releases.

yargs v16.2.0

Features

Bug Fixes

Changelog

Sourced from yargs's changelog.

16.2.0 (2020-12-05)

Features

Bug Fixes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=yargs&package-manager=npm_and_yarn&previous-version=16.1.1&new-version=16.2.0)](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/1783 Reviewed By: passy Differential Revision: D25664499 Pulled By: cekkaewnumchai fbshipit-source-id: a6ba1d3ebf0f3ff71b721fc1e84e5b2b3c83b4b3 --- desktop/package.json | 2 +- desktop/static/package.json | 2 +- desktop/yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/desktop/package.json b/desktop/package.json index 8c192ab52e8..6246934138c 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -224,7 +224,7 @@ "ts-node": "^8.8.1", "typescript": "^4.1.2", "uuid": "^8.3.2", - "yargs": "^16.1.1", + "yargs": "^16.2.0", "yazl": "^2.5.1" }, "scripts": { diff --git a/desktop/static/package.json b/desktop/static/package.json index 94549a60da1..110463b21c9 100644 --- a/desktop/static/package.json +++ b/desktop/static/package.json @@ -12,6 +12,6 @@ "node-fetch": "^2.6.1", "ws": "^7.3.0", "xdg-basedir": "^4.0.0", - "yargs": "^16.1.1" + "yargs": "^16.2.0" } } diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 2de8209b32c..86f303027a7 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -13075,10 +13075,10 @@ yargs@^15.3.1, yargs@^15.4.1: y18n "^4.0.0" yargs-parser "^18.1.2" -yargs@^16.1.1: - version "16.1.1" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.1.1.tgz#5a4a095bd1ca806b0a50d0c03611d38034d219a1" - integrity sha512-hAD1RcFP/wfgfxgMVswPE+z3tlPFtxG8/yWUrG2i17sTWGCGqWnxKcLTF4cUKDUK8fzokwsmO9H0TDkRbMHy8w== +yargs@^16.2.0: + version "16.2.0" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66" + integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw== dependencies: cliui "^7.0.2" escalade "^3.1.1"