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",