From ccc2a9392b75e4e7780ecfa4279391a573981e2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jun 2021 02:59:50 -0700 Subject: [PATCH] Bump open from 8.2.0 to 8.2.1 in /desktop (#2489) Summary: Bumps [open](https://github.com/sindresorhus/open) from 8.2.0 to 8.2.1.
Release notes

Sourced from open's releases.

v8.2.1

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

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=open&package-manager=npm_and_yarn&previous-version=8.2.0&new-version=8.2.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/2489 Reviewed By: nikoant Differential Revision: D29264227 Pulled By: mweststrate fbshipit-source-id: feac03120426d37a47c3cfed092dd05d612fe311 --- 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 c006d7ae5..6a388f5b9 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -44,7 +44,7 @@ "invariant": "^2.2.2", "lodash": "^4.17.21", "lodash.memoize": "^4.1.2", - "open": "^8.2.0", + "open": "^8.2.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 b628e8490..b4062ec85 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -10311,10 +10311,10 @@ open@^7.4.2: is-docker "^2.0.0" is-wsl "^2.1.1" -open@^8.2.0: - version "8.2.0" - resolved "https://registry.yarnpkg.com/open/-/open-8.2.0.tgz#d6a4788b00009a9d60df471ecb89842a15fdcfc1" - integrity sha512-O8uInONB4asyY3qUcEytpgwxQG3O0fJ/hlssoUHsBboOIRVZzT6Wq+Rwj5nffbeUhOdMjpXeISpDDzHCMRDuOQ== +open@^8.2.1: + version "8.2.1" + resolved "https://registry.yarnpkg.com/open/-/open-8.2.1.tgz#82de42da0ccbf429bc12d099dad2e0975e14e8af" + integrity sha512-rXILpcQlkF/QuFez2BJDf3GsqpjGKbkUUToAIGo9A0Q6ZkoSGogZJulrUdwRkrAsoQvoZsrjCYt8+zblOk7JQQ== dependencies: define-lazy-prop "^2.0.0" is-docker "^2.1.1"