Merge pull request #217 from CompeyDev/dependabot/npm_and_yarn/electron-36.1.0

Bump electron from 36.0.1 to 36.1.0
This commit is contained in:
Erica Marigold 2025-05-05 15:16:09 +05:30 committed by GitHub
commit 70cbee6b54
Signed by: DevComp
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -10,7 +10,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.31.1",
"@typescript-eslint/parser": "^8.31.1",
"electron": "^36.0.1",
"electron": "^36.1.0",
"eslint": "^9.25.1",
"typescript": "^5.8.3"
}
@ -927,9 +927,9 @@
"optional": true
},
"node_modules/electron": {
"version": "36.0.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-36.0.1.tgz",
"integrity": "sha512-78DIXNi4W6ojeMt+O9/z+Miojioh1MW4H3oH+1sXwRpcu98RzxkW1/MjRvP0o0xiE6L1ZkoUkGDGC3E933YBAA==",
"version": "36.1.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-36.1.0.tgz",
"integrity": "sha512-gnp3BnbKdGsVc7cm1qlEaZc8pJsR08mIs8H/yTo8gHEtFkGGJbDTVZOYNAfbQlL0aXh+ozv+CnyiNeDNkT1Upg==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",

View file

@ -22,7 +22,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.31.1",
"@typescript-eslint/parser": "^8.31.1",
"electron": "^36.0.1",
"electron": "^36.1.0",
"eslint": "^9.25.1",
"typescript": "^5.8.3"
},