From d643a6f3607ce5044d7f1e5eab88475fe983d853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 15:44:14 +0000 Subject: [PATCH] Bump open from 0.0.5 to 7.0.0 in /mapApp 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] --- mapApp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mapApp/package.json b/mapApp/package.json index 7d2e7a4..9e688f7 100644 --- a/mapApp/package.json +++ b/mapApp/package.json @@ -12,6 +12,6 @@ "body-parser": "^1.17.2", "express": "^4.15.4", "express-handlebars": "^3.0.0", - "open": "^0.0.5" + "open": "^7.0.0" } }