From 3f2bfec032e7426423b2b6cfdedaad17152c1723 Mon Sep 17 00:00:00 2001 From: FallenGravity Date: Sun, 13 Oct 2019 10:44:52 +0200 Subject: [PATCH] Updated Handlebars for security, fixed dev tools opening on startup. --- main.js | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/main.js b/main.js index a7805eb..77f0682 100755 --- a/main.js +++ b/main.js @@ -24,7 +24,6 @@ locker.lock().then(function () { // and load the index.html of the app. mainWindow.loadFile("index.html"); - mainWindow.webContents.openDevTools() EthoGeth.startGeth(); // Open the DevTools. diff --git a/package.json b/package.json index ee45460..b272502 100755 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "app-root-path": "^2.1.0", "electron-storage": "^1.0.7", "fs-extra": "^7.0.1", - "handlebars": "^4.1.2", + "handlebars": ">=4.1.2", "moment": "^2.23.0", "nedb": "^1.8.0", "single-instance": "0.0.1"