From 3daddd6e26bbc8352fbf8c2660d03019b11d4fca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 01:33:35 +0000 Subject: [PATCH] Bump custom-electron-titlebar from 4.1.1 to 4.1.3 Bumps [custom-electron-titlebar](https://github.com/AlexTorresSk/custom-electron-titlebar) from 4.1.1 to 4.1.3. - [Release notes](https://github.com/AlexTorresSk/custom-electron-titlebar/releases) - [Commits](https://github.com/AlexTorresSk/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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index bdf7f38..087d297 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.3", "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.3", + "resolved": "https://registry.npmjs.org/custom-electron-titlebar/-/custom-electron-titlebar-4.1.3.tgz", + "integrity": "sha512-9tqiRxp7KG3qgS5Qh0ejSTwzqJ/pkB8RXQrvZHmilIzaWFmvjHiaSnHgCj+1iJcnhvzACYXFiFo2fxD64kFi4A==", "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.3", + "resolved": "https://registry.npmjs.org/custom-electron-titlebar/-/custom-electron-titlebar-4.1.3.tgz", + "integrity": "sha512-9tqiRxp7KG3qgS5Qh0ejSTwzqJ/pkB8RXQrvZHmilIzaWFmvjHiaSnHgCj+1iJcnhvzACYXFiFo2fxD64kFi4A==", "requires": {} }, "data-uri-to-buffer": { diff --git a/package.json b/package.json index 1c3fc70..9a649b4 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.3", "discord-rich-presence": "^0.0.8", "electron-store": "^8.1.0", "electron-web-blocker": "^1.0.5",