From 89116c9b38058af6b3b1956407d0f2bdf79486e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 05:42:14 +0000 Subject: [PATCH] Bump open from 0.0.5 to 7.0.0 in /Installers/Electron 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] --- Installers/Electron/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installers/Electron/package.json b/Installers/Electron/package.json index 4af12ce..bcbf6be 100644 --- a/Installers/Electron/package.json +++ b/Installers/Electron/package.json @@ -8,7 +8,7 @@ "dependencies": { "fs-extra": "^0.30.0", "readline": "^1.3.0", - "open": "^0.0.5", + "open": "^7.0.0", "request": "^2.72.0", "path": "^0.12.7", "walk": "^2.3.9",