From 5935a7bb9c48d51c19525a87083fadbcff908e6f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 17 Jun 2019 12:54:42 +0000 Subject: [PATCH] chore(deps): update opn requirement from ^4.0.2 to ^6.0.0 Updates the requirements on [opn](https://github.com/sindresorhus/open) to permit the latest version. - [Release notes](https://github.com/sindresorhus/open/releases) - [Commits](https://github.com/sindresorhus/open/compare/v4.0.2...v6.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fbd8726..bc63ff8 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "fs-promise": "^2.0.3", "moment": "^2.19.1", "mz": "^2.4.0", - "opn": "^4.0.2", + "opn": "^6.0.0", "require-uncached": "^2.0.0", "simple-git": "^1.70.0" }