From aaffc9b7b21b52b19cf0385c5b0b3a50f08fe2a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Jul 2024 09:53:07 +0000 Subject: [PATCH] fix: upgrade custom-electron-titlebar from 4.2.7 to 4.2.8 Snyk has created this PR to upgrade custom-electron-titlebar from 4.2.7 to 4.2.8. See this package in npm: custom-electron-titlebar See this project in Snyk: https://app.snyk.io/org/latealways/project/2d3c246d-254c-4e49-9bc0-f4d43c64d9bb?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3f55ffb..c9782bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "custom-electron-titlebar": "^4.2.7", + "custom-electron-titlebar": "^4.2.8", "electron-builder-squirrel-windows": "^24.10.0", "ws": "^8.16.0" }, @@ -1154,9 +1154,10 @@ } }, "node_modules/custom-electron-titlebar": { - "version": "4.2.7", - "resolved": "https://registry.npmjs.org/custom-electron-titlebar/-/custom-electron-titlebar-4.2.7.tgz", - "integrity": "sha512-5sROnS5jH8jaFsjMwID7aPwnohBJ4HU0dSx81qSGAaznnblc3067D8pyl/zOwj/WosoOPHV2837jbT3j4whvHw==", + "version": "4.2.8", + "resolved": "https://registry.npmjs.org/custom-electron-titlebar/-/custom-electron-titlebar-4.2.8.tgz", + "integrity": "sha512-JEFiOKJdSZtMh90FO90FeEqCc463ZZhuh78JxILvO9Nc0H8I9MfKekgCf6jZH6xccd3/tm1OcYOoUJi3JbXR/w==", + "license": "MIT", "peerDependencies": { "electron": ">20.0.0" } diff --git a/package.json b/package.json index be943be..57e8a6d 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "typescript": "^5.3.3" }, "dependencies": { - "custom-electron-titlebar": "^4.2.7", + "custom-electron-titlebar": "^4.2.8", "electron-builder-squirrel-windows": "^24.10.0", "ws": "^8.16.0" },