diff --git a/package-lock.json b/package-lock.json index 2224da9..b1b23f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,11 +9,11 @@ "version": "2.0.0", "license": "MIT", "dependencies": { - "custom-electron-titlebar": "3.2.5", + "custom-electron-titlebar": "3.2.6", "v8-compile-cache": "^2.3.0" }, "devDependencies": { - "electron": "latest", + "electron": "*", "electron-builder": "*", "electron-packager": "*" } @@ -1064,9 +1064,9 @@ } }, "node_modules/custom-electron-titlebar": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/custom-electron-titlebar/-/custom-electron-titlebar-3.2.5.tgz", - "integrity": "sha512-9tzTtvrsBec9lFi9Mg8nfwARn82mVgrYiiCYmBwJFYC0YhsyUYZfPyw4fd6hq+XHQbD+f72i9uqhukl5brhZZw==" + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/custom-electron-titlebar/-/custom-electron-titlebar-3.2.6.tgz", + "integrity": "sha512-P3ZGEr0eouUHqhdBBXllpuy2bFhfSmp+32HQBPcwzujjIsUhQxQj/nCpJiFa4SUGAEp1ifu/icuZdDKNNX72Tw==" }, "node_modules/debug": { "version": "4.3.2", @@ -4766,9 +4766,9 @@ "dev": true }, "custom-electron-titlebar": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/custom-electron-titlebar/-/custom-electron-titlebar-3.2.5.tgz", - "integrity": "sha512-9tzTtvrsBec9lFi9Mg8nfwARn82mVgrYiiCYmBwJFYC0YhsyUYZfPyw4fd6hq+XHQbD+f72i9uqhukl5brhZZw==" + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/custom-electron-titlebar/-/custom-electron-titlebar-3.2.6.tgz", + "integrity": "sha512-P3ZGEr0eouUHqhdBBXllpuy2bFhfSmp+32HQBPcwzujjIsUhQxQj/nCpJiFa4SUGAEp1ifu/icuZdDKNNX72Tw==" }, "debug": { "version": "4.3.2", diff --git a/package.json b/package.json index 9c6efd7..bbd3408 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "author": "smartfrigde", "license": "MIT", "dependencies": { - "custom-electron-titlebar": "3.2.5", + "custom-electron-titlebar": "3.2.6", "v8-compile-cache": "^2.3.0" }, "devDependencies": {