Skip to content

Commit

Permalink
chore(deps): Bump open from 6.4.0 to 7.0.0 (#92)
Browse files Browse the repository at this point in the history
* Bump open from 6.4.0 to 7.0.0

Bumps [open](https://github.com/sindresorhus/open) from 6.4.0 to 7.0.0.
- [Release notes](https://github.com/sindresorhus/open/releases)
- [Commits](sindresorhus/open@v6.4.0...v7.0.0)

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

* fix: resolving some issues with upgrading to 7.0.0 of `open`
  • Loading branch information
dependabot-preview[bot] authored and erunion committed Dec 16, 2019
1 parent 9aec05a commit deceeba
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
1 change: 1 addition & 0 deletions cmds/open.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ exports.run = function(opts) {

return (opts.mockOpen || open)(config.hub.replace('{project}', project), {
wait: false,
url: true,
}).then(() => {
console.log(`Opening ${config.hub.replace('{project}', project).green} in your browser...`);
});
Expand Down
27 changes: 20 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"gray-matter": "^4.0.1",
"isemail": "^3.1.3",
"oas": "^1.0.1",
"open": "^6.4.0",
"open": "^7.0.0",
"read": "^1.0.7",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
Expand Down

0 comments on commit deceeba

Please sign in to comment.