From d6ac00af5681b47aa3e0b471dcf0a3ff06f28feb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 13:38:30 +0000 Subject: [PATCH] Bump custom-electron-titlebar from 3.2.5 to 3.2.6 Bumps [custom-electron-titlebar](https://github.com/AlexTorresSk/custom-electron-titlebar) from 3.2.5 to 3.2.6. - [Release notes](https://github.com/AlexTorresSk/custom-electron-titlebar/releases) - [Commits](https://github.com/AlexTorresSk/custom-electron-titlebar/commits) Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) 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": {