From 00f72c0bc4ed1de4088ba07147b9aca30f239cc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 17:57:32 +0000 Subject: [PATCH] Bump custom-electron-titlebar from 4.2.7 to 4.2.8 Bumps [custom-electron-titlebar](https://github.com/AlexTorresDev/custom-electron-titlebar) from 4.2.7 to 4.2.8. - [Release notes](https://github.com/AlexTorresDev/custom-electron-titlebar/releases) - [Changelog](https://github.com/AlexTorresDev/custom-electron-titlebar/blob/main/CHANGELOG.md) - [Commits](https://github.com/AlexTorresDev/custom-electron-titlebar/compare/v4.2.7...v4.2.8) --- 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 afb16a7..0315b03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.7.0", "license": "MIT", "dependencies": { - "custom-electron-titlebar": "^4.2.7" + "custom-electron-titlebar": "^4.2.8" }, "devDependencies": { "electron": "^28.1.0" @@ -154,9 +154,9 @@ } }, "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==", "peerDependencies": { "electron": ">20.0.0" } @@ -861,9 +861,9 @@ } }, "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==", "requires": {} }, "debug": { diff --git a/package.json b/package.json index 18a2f32..d5ebd86 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "homepage": "https://github.com/boyphongsakorn/Manroid#readme", "dependencies": { - "custom-electron-titlebar": "^4.2.7" + "custom-electron-titlebar": "^4.2.8" }, "devDependencies": { "electron": "^28.1.0"