From 5850bb6b52105d6d8161e12d852eaa4fd3395e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Feb 2021 10:10:59 -0800 Subject: [PATCH] Bump open from 7.0.3 to 7.3.1 in /desktop (#1867) Summary: Bumps [open](https://github.com/sindresorhus/open) from 7.0.3 to 7.3.1.
Release notes

Sourced from open's releases.

v7.3.1

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

v7.3.0

https://github.com/sindresorhus/open/compare/v7.2.1...v7.3.0

v7.2.1

https://github.com/sindresorhus/open/compare/v7.2.0...v7.2.1

v7.2.0

https://github.com/sindresorhus/open/compare/v7.1.0...v7.2.0

v7.1.0

https://github.com/sindresorhus/open/compare/v7.0.4...v7.1.0

v7.0.4

https://github.com/sindresorhus/open/compare/v7.0.3...v7.0.4

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=open&package-manager=npm_and_yarn&previous-version=7.0.3&new-version=7.3.1)](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/1867 Reviewed By: mweststrate Differential Revision: D26149526 Pulled By: passy fbshipit-source-id: 732e6a464a41df4f258baa5c7ddc3a1a34ccd0a7 --- 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 31202a1e3..282dd0a75 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.0.0", + "open": "^7.3.1", "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 4c8336abb..0f1db3ba6 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -9491,10 +9491,10 @@ onetime@^5.1.0: dependencies: mimic-fn "^2.1.0" -open@^7.0.0: - version "7.0.3" - resolved "https://registry.yarnpkg.com/open/-/open-7.0.3.tgz#db551a1af9c7ab4c7af664139930826138531c48" - integrity sha512-sP2ru2v0P290WFfv49Ap8MF6PkzGNnGlAwHweB4WR4mr5d2d0woiCluUeJ218w7/+PmoBy9JmYgD5A4mLcWOFA== +open@^7.3.1: + version "7.3.1" + resolved "https://registry.yarnpkg.com/open/-/open-7.3.1.tgz#111119cb919ca1acd988f49685c4fdd0f4755356" + integrity sha512-f2wt9DCBKKjlFbjzGb8MOAW8LH8F0mrs1zc7KTjAJ9PZNQbfenzWbNP1VZJvw6ICMG9r14Ah6yfwPn7T7i646A== dependencies: is-docker "^2.0.0" is-wsl "^2.1.1"