Merge pull request #207 from CompeyDev/dependabot/npm_and_yarn/electron-35.2.0

Bump electron from 35.1.5 to 35.2.0
This commit is contained in:
Erica Marigold 2025-04-21 15:56:26 +01:00 committed by GitHub
commit 32473fbf64
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.30.1",
"@typescript-eslint/parser": "^8.30.1",
"electron": "^35.1.5",
"electron": "^35.2.0",
"eslint": "^9.25.0",
"typescript": "^5.8.3"
}
@ -927,9 +927,9 @@
"optional": true
},
"node_modules/electron": {
"version": "35.1.5",
"resolved": "https://registry.npmjs.org/electron/-/electron-35.1.5.tgz",
"integrity": "sha512-LolvbKKQUSCGvEwbEQNt1cxD1t+YYClDNwBIjn4d28KM8FSqUn9zJuf6AbqNA7tVs9OFl/EQpmg/m4lZV1hH8g==",
"version": "35.2.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-35.2.0.tgz",
"integrity": "sha512-GHda7oCkN0pA23qzah735DEbRa06IPwlzP3uvjAmf9af8gxdj5i93JEHeQVGVmSVpd7sSb1pfecs9nz7B1q5ag==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",

View file

@ -22,7 +22,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.30.1",
"@typescript-eslint/parser": "^8.30.1",
"electron": "^35.1.5",
"electron": "^35.2.0",
"eslint": "^9.25.0",
"typescript": "^5.8.3"
},