Skip to content

Commit

Permalink
build(deps): bump open from 7.2.0 to 7.2.1 (#1938)
Browse files Browse the repository at this point in the history
* build(deps): bump open from 7.2.0 to 7.2.1

Bumps [open](https:/sindresorhus/open) from 7.2.0 to 7.2.1.
- [Release notes](https:/sindresorhus/open/releases)
- [Commits](sindresorhus/open@v7.2.0...v7.2.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Finish upgrading via bolt

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Sep 1, 2020
1 parent 6639803 commit fde5435
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"mime-types": "^2.1.25",
"node-fetch": "^2.6.0",
"nugget": "^2.0.1",
"open": "^7.2.0",
"open": "^7.2.1",
"ora": "^5.0.0",
"parse-author": "^2.0.0",
"pretty-ms": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/installer/exe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
},
"dependencies": {
"@electron-forge/installer-base": "6.0.0-beta.53",
"open": "^7.2.0"
"open": "^7.2.1"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7461,10 +7461,10 @@ onetime@^5.1.0:
dependencies:
mimic-fn "^2.1.0"

open@^7.2.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/open/-/open-7.2.0.tgz#212959bd7b0ce2e8e3676adc76e3cf2f0a2498b4"
integrity sha512-4HeyhxCvBTI5uBePsAdi55C5fmqnWZ2e2MlmvWi5KW5tdH5rxoiv/aMtbeVxKZc3eWkT1GymMnLG8XC4Rq4TDQ==
open@^7.2.1:
version "7.2.1"
resolved "https://registry.yarnpkg.com/open/-/open-7.2.1.tgz#07b0ade11a43f2a8ce718480bdf3d7563a095195"
integrity sha512-xbYCJib4spUdmcs0g/2mK1nKo/jO2T7INClWd/beL7PFkXRWgr8B23ssDHX/USPn2M2IjDR5UdpYs6I67SnTSA==
dependencies:
is-docker "^2.0.0"
is-wsl "^2.1.1"
Expand Down

0 comments on commit fde5435

Please sign in to comment.