From cd1cd91a48adb72304863cb599afa8b7aaee7576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2019 17:43:14 +0000 Subject: [PATCH] build(deps): bump open from 0.0.5 to 7.0.0 Bumps [open](https://github.com/sindresorhus/open) from 0.0.5 to 7.0.0. - [Release notes](https://github.com/sindresorhus/open/releases) - [Commits](https://github.com/sindresorhus/open/commits/v7.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63fd056..4982f12 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "koa-static": "^1.4.6", "localtunnel": "^1.3.0", "mocha": "^1.21.4", - "open": "0.0.5", + "open": "7.0.0", "queue-component": "git://github.com/component/queue.git#1.0.6", "thunkify": "^2.1.2", "to-pascal-case": "0.0.2",