electron: Bump electron-debug

This commit is contained in:
Elian Doran 2024-09-08 23:51:01 +03:00
parent fb28b9d36d
commit 7cc71a4fdb
No known key found for this signature in database
2 changed files with 19 additions and 10 deletions

27
package-lock.json generated
View File

@ -30,7 +30,7 @@
"dayjs-plugin-utc": "0.1.2",
"debounce": "^2.1.0",
"ejs": "^3.1.10",
"electron-debug": "3.2.0",
"electron-debug": "^4.0.1",
"electron-dl": "3.5.2",
"electron-squirrel-startup": "^1.0.0",
"electron-window-state": "5.0.3",
@ -7063,12 +7063,15 @@
}
},
"node_modules/electron-debug": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/electron-debug/-/electron-debug-3.2.0.tgz",
"integrity": "sha512-7xZh+LfUvJ52M9rn6N+tPuDw6oRAjxUj9SoxAZfJ0hVCXhZCsdkrSt7TgXOiWiEOBgEV8qwUIO/ScxllsPS7ow==",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/electron-debug/-/electron-debug-4.0.1.tgz",
"integrity": "sha512-PdUG3SvcK70P05z99PFLUzn0+lPZl5c4quG1bXI7OtPaXxidwh8UONcdRLsr+6J9kf5y1FycJD5nBd80dYrcsA==",
"dependencies": {
"electron-is-dev": "^1.1.0",
"electron-localshortcut": "^3.1.0"
"electron-is-dev": "^3.0.1",
"electron-localshortcut": "^3.2.1"
},
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
@ -7278,9 +7281,15 @@
"integrity": "sha1-UJ5RDCala1Xhf4Y6SwThEYRqsns="
},
"node_modules/electron-is-dev": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/electron-is-dev/-/electron-is-dev-1.2.0.tgz",
"integrity": "sha512-R1oD5gMBPS7PVU8gJwH6CtT0e6VSoD0+SzSnYpNm+dBkcijgA+K7VAMHDfnRq/lkKPZArpzplTW6jfiMYosdzw=="
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/electron-is-dev/-/electron-is-dev-3.0.1.tgz",
"integrity": "sha512-8TjjAh8Ec51hUi3o4TaU0mD3GMTOESi866oRNavj9A3IQJ7pmv+MJVmdZBFGw4GFT36X7bkqnuDNYvkQgvyI8Q==",
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/electron-localshortcut": {
"version": "3.2.1",

View File

@ -70,7 +70,7 @@
"dayjs-plugin-utc": "0.1.2",
"debounce": "^2.1.0",
"ejs": "^3.1.10",
"electron-debug": "3.2.0",
"electron-debug": "^4.0.1",
"electron-dl": "3.5.2",
"electron-squirrel-startup": "^1.0.0",
"electron-window-state": "5.0.3",