From 859999fdd272bcc8d5ad0e9b2231b2aa9c58725c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 13:14:59 +0000 Subject: [PATCH] Bump custom-electron-titlebar from 4.1.1 to 4.1.6 Bumps [custom-electron-titlebar](https://github.com/AlexTorresDev/custom-electron-titlebar) from 4.1.1 to 4.1.6. - [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-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index bdf7f38..c6b216a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "ako", - "version": "1.0.0", + "version": "1.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ako", - "version": "1.0.0", + "version": "1.0.3", "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.1.6", "discord-rich-presence": "^0.0.8", "electron-store": "^8.1.0", "electron-web-blocker": "^1.0.5", @@ -415,9 +415,9 @@ } }, "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.1.6", + "resolved": "https://registry.npmjs.org/custom-electron-titlebar/-/custom-electron-titlebar-4.1.6.tgz", + "integrity": "sha512-AGULUZMxhEZDpl0Z1jfZzXgQEdhAPe8YET0dYQA/19t8oCrTFzF2PzdvJNCmxGU4Ai3jPWVeCPKg4vM7ffU0Mg==", "peerDependencies": { "electron": ">20" } @@ -2039,9 +2039,9 @@ } }, "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.1.6", + "resolved": "https://registry.npmjs.org/custom-electron-titlebar/-/custom-electron-titlebar-4.1.6.tgz", + "integrity": "sha512-AGULUZMxhEZDpl0Z1jfZzXgQEdhAPe8YET0dYQA/19t8oCrTFzF2PzdvJNCmxGU4Ai3jPWVeCPKg4vM7ffU0Mg==", "requires": {} }, "data-uri-to-buffer": { diff --git a/package.json b/package.json index e2cc6a1..79613b0 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.1.6", "discord-rich-presence": "^0.0.8", "electron-store": "^8.1.0", "electron-web-blocker": "^1.0.5",