From 614bf97224c0cda5cd398cd787820640bb7a780f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 14:05:47 +0000 Subject: [PATCH] Bump custom-electron-titlebar from 4.1.1 to 4.2.2 Bumps [custom-electron-titlebar](https://github.com/AlexTorresDev/custom-electron-titlebar) from 4.1.1 to 4.2.2. - [Release notes](https://github.com/AlexTorresDev/custom-electron-titlebar/releases) - [Commits](https://github.com/AlexTorresDev/custom-electron-titlebar/commits) --- updated-dependencies: - dependency-name: custom-electron-titlebar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6aabd67..e5d2605 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "Ako", - "version": "0.0.4", + "version": "0.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "Ako", - "version": "0.0.4", + "version": "0.0.5", "license": "CC0-1.0", "dependencies": { "@cliqz/adblocker-electron": "^1.25.1", "@types/webextension-polyfill": "^0.9.1", "cross-fetch": "^3.1.5", - "custom-electron-titlebar": "^4.1.1", + "custom-electron-titlebar": "^4.2.2", "discord-rich-presence": "^0.0.8", "electron-store": "^8.1.0", "electron-web-blocker": "^1.0.5", @@ -561,11 +561,11 @@ } }, "node_modules/custom-electron-titlebar": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/custom-electron-titlebar/-/custom-electron-titlebar-4.1.1.tgz", - "integrity": "sha512-gLdQDYzHCHA83QVGRITaKlKB6NpJ6HZXD6oRKenkocSRTG3HFL9oXPbNfF5vGRaF1JjxsGoOu+/QS4Y4YGRbTw==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/custom-electron-titlebar/-/custom-electron-titlebar-4.2.2.tgz", + "integrity": "sha512-X711ies76oEYfpFhj6Dw5hb4JGrULpIF9MQ9gz2wb2d3JstVJx6l5GMiOYdhICq5PyY/PHMjXWcrW/prFwd1sg==", "peerDependencies": { - "electron": ">20" + "electron": ">20.0.0" } }, "node_modules/dashdash": { @@ -2859,9 +2859,9 @@ "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==" }, "custom-electron-titlebar": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/custom-electron-titlebar/-/custom-electron-titlebar-4.1.1.tgz", - "integrity": "sha512-gLdQDYzHCHA83QVGRITaKlKB6NpJ6HZXD6oRKenkocSRTG3HFL9oXPbNfF5vGRaF1JjxsGoOu+/QS4Y4YGRbTw==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/custom-electron-titlebar/-/custom-electron-titlebar-4.2.2.tgz", + "integrity": "sha512-X711ies76oEYfpFhj6Dw5hb4JGrULpIF9MQ9gz2wb2d3JstVJx6l5GMiOYdhICq5PyY/PHMjXWcrW/prFwd1sg==", "requires": {} }, "dashdash": { diff --git a/package.json b/package.json index f53b386..3e24849 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@cliqz/adblocker-electron": "^1.25.1", "@types/webextension-polyfill": "^0.9.1", "cross-fetch": "^3.1.5", - "custom-electron-titlebar": "^4.1.1", + "custom-electron-titlebar": "^4.2.2", "discord-rich-presence": "^0.0.8", "electron-store": "^8.1.0", "electron-web-blocker": "^1.0.5",