Bump custom-electron-titlebar from 3.2.5 to 3.2.6

Bumps [custom-electron-titlebar](https://github.com/AlexTorresSk/custom-electron-titlebar) from 3.2.5 to 3.2.6.
- [Release notes](https://github.com/AlexTorresSk/custom-electron-titlebar/releases)
- [Commits](https://github.com/AlexTorresSk/custom-electron-titlebar/commits)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-01 13:38:30 +00:00 committed by GitHub
parent ef4d0e7f91
commit d6ac00af56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -9,11 +9,11 @@
"version": "2.0.0",
"license": "MIT",
"dependencies": {
"custom-electron-titlebar": "3.2.5",
"custom-electron-titlebar": "3.2.6",
"v8-compile-cache": "^2.3.0"
},
"devDependencies": {
"electron": "latest",
"electron": "*",
"electron-builder": "*",
"electron-packager": "*"
}
@ -1064,9 +1064,9 @@
}
},
"node_modules/custom-electron-titlebar": {
"version": "3.2.5",
"resolved": "https://registry.npmjs.org/custom-electron-titlebar/-/custom-electron-titlebar-3.2.5.tgz",
"integrity": "sha512-9tzTtvrsBec9lFi9Mg8nfwARn82mVgrYiiCYmBwJFYC0YhsyUYZfPyw4fd6hq+XHQbD+f72i9uqhukl5brhZZw=="
"version": "3.2.6",
"resolved": "https://registry.npmjs.org/custom-electron-titlebar/-/custom-electron-titlebar-3.2.6.tgz",
"integrity": "sha512-P3ZGEr0eouUHqhdBBXllpuy2bFhfSmp+32HQBPcwzujjIsUhQxQj/nCpJiFa4SUGAEp1ifu/icuZdDKNNX72Tw=="
},
"node_modules/debug": {
"version": "4.3.2",
@ -4766,9 +4766,9 @@
"dev": true
},
"custom-electron-titlebar": {
"version": "3.2.5",
"resolved": "https://registry.npmjs.org/custom-electron-titlebar/-/custom-electron-titlebar-3.2.5.tgz",
"integrity": "sha512-9tzTtvrsBec9lFi9Mg8nfwARn82mVgrYiiCYmBwJFYC0YhsyUYZfPyw4fd6hq+XHQbD+f72i9uqhukl5brhZZw=="
"version": "3.2.6",
"resolved": "https://registry.npmjs.org/custom-electron-titlebar/-/custom-electron-titlebar-3.2.6.tgz",
"integrity": "sha512-P3ZGEr0eouUHqhdBBXllpuy2bFhfSmp+32HQBPcwzujjIsUhQxQj/nCpJiFa4SUGAEp1ifu/icuZdDKNNX72Tw=="
},
"debug": {
"version": "4.3.2",

View File

@ -11,7 +11,7 @@
"author": "smartfrigde",
"license": "MIT",
"dependencies": {
"custom-electron-titlebar": "3.2.5",
"custom-electron-titlebar": "3.2.6",
"v8-compile-cache": "^2.3.0"
},
"devDependencies": {