From fa258605dae97063cf0120d7abbe5bbfb6b931a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 01:20:39 -0800 Subject: [PATCH] Bump open from 7.3.1 to 7.4.2 in /desktop (#1985) Summary: Bumps [open](https://github.com/sindresorhus/open) from 7.3.1 to 7.4.2.
Release notes

Sourced from open's releases.

v7.4.2

https://github.com/sindresorhus/open/compare/v7.4.1...v7.4.2

v7.4.1

https://github.com/sindresorhus/open/compare/v7.4.0...v7.4.1

v7.4.0

https://github.com/sindresorhus/open/compare/v7.3.1...v7.4.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=open&package-manager=npm_and_yarn&previous-version=7.3.1&new-version=7.4.2)](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/1985 Reviewed By: passy Differential Revision: D26724088 Pulled By: mweststrate fbshipit-source-id: 00ac9ff0aa15b2bfc1742e2a9e73da693781eabf --- desktop/app/package.json | 2 +- desktop/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/desktop/app/package.json b/desktop/app/package.json index 3ed42f582..b887da25b 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -37,7 +37,7 @@ "invariant": "^2.2.2", "lodash": "^4.17.19", "lodash.memoize": "^4.1.2", - "open": "^7.3.1", + "open": "^7.4.2", "openssl-wrapper": "^0.3.4", "p-filter": "^2.1.0", "p-map": "^4.0.0", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index d20e2e860..c73145d77 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -9488,10 +9488,10 @@ onetime@^5.1.0: dependencies: mimic-fn "^2.1.0" -open@^7.3.1: - version "7.3.1" - resolved "https://registry.yarnpkg.com/open/-/open-7.3.1.tgz#111119cb919ca1acd988f49685c4fdd0f4755356" - integrity sha512-f2wt9DCBKKjlFbjzGb8MOAW8LH8F0mrs1zc7KTjAJ9PZNQbfenzWbNP1VZJvw6ICMG9r14Ah6yfwPn7T7i646A== +open@^7.4.2: + version "7.4.2" + resolved "https://registry.yarnpkg.com/open/-/open-7.4.2.tgz#b8147e26dcf3e426316c730089fd71edd29c2321" + integrity sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q== dependencies: is-docker "^2.0.0" is-wsl "^2.1.1"