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"