From 4ce638e1f9243f9eb0a0763b46fc9fcb36cd742e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 26 Dec 2018 23:49:41 -0800 Subject: [PATCH] Update electron-installer-common requirement from ^0.3.0 to ^0.4.0 (#11) Updates the requirements on [electron-installer-common](https://github.com/electron-userland/electron-installer-common) to permit the latest version. - [Release notes](https://github.com/electron-userland/electron-installer-common/releases) - [Changelog](https://github.com/electron-userland/electron-installer-common/blob/master/NEWS.md) - [Commits](https://github.com/electron-userland/electron-installer-common/commits/v0.4.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 31728c2..ac4f4b2 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "asar": "^0.14.6", "cross-spawn-promise": "^0.10.1", "debug": "^4.1.1", - "electron-installer-common": "^0.3.0", + "electron-installer-common": "^0.4.0", "fs-extra": "^7.0.1", "js-yaml": "^3.10.0", "lodash.filter": "^4.6.0",