From f8dd78902fc824a43ad5a3f82524f388aa6bddff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 13:16:39 +0000 Subject: [PATCH] Bump custom-electron-titlebar from 4.1.1 to 4.1.2 Bumps [custom-electron-titlebar](https://github.com/AlexTorresSk/custom-electron-titlebar) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/AlexTorresSk/custom-electron-titlebar/releases) - [Commits](https://github.com/AlexTorresSk/custom-electron-titlebar/compare/v4.1.1...v4.1.2) --- 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e05dd8..33569cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,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.2", "discord-rich-presence": "^0.0.8", "electron-web-blocker": "^1.0.5", "node-fetch": "^3.2.10" @@ -338,9 +338,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.2", + "resolved": "https://registry.npmjs.org/custom-electron-titlebar/-/custom-electron-titlebar-4.1.2.tgz", + "integrity": "sha512-sLNLRYhDR/UOCP0oiO6dAiyMrgTr7yb8JjxE/MK2eAJwO+UbbF1lXOG3RxwWFwPJgJfyZnk0rPC8Ke+GKe4M4A==", "peerDependencies": { "electron": ">20" } @@ -1710,9 +1710,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.2", + "resolved": "https://registry.npmjs.org/custom-electron-titlebar/-/custom-electron-titlebar-4.1.2.tgz", + "integrity": "sha512-sLNLRYhDR/UOCP0oiO6dAiyMrgTr7yb8JjxE/MK2eAJwO+UbbF1lXOG3RxwWFwPJgJfyZnk0rPC8Ke+GKe4M4A==", "requires": {} }, "data-uri-to-buffer": { diff --git a/package.json b/package.json index 966669f..56fcb0d 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.2", "discord-rich-presence": "^0.0.8", "electron-web-blocker": "^1.0.5", "node-fetch": "^3.2.10"