Merge pull request #157 from CompeyDev/dependabot/npm_and_yarn/electron-34.0.0

Bump electron from 33.3.1 to 34.0.0
This commit is contained in:
Erica Marigold 2025-01-14 22:56:25 +05:30 committed by GitHub
commit 695a28a1c1
Signed by: DevComp
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -729,9 +729,9 @@
}
},
"electron": {
"version": "33.3.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-33.3.1.tgz",
"integrity": "sha512-Z7l2bVgpdKxHQMI4i0CirBX2n+iCYKOx5mbzNM3BpOyFELwlobEXKmzCmEnwP+3EcNeIhUQyIEBFQxN06QgdIw==",
"version": "34.0.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-34.0.0.tgz",
"integrity": "sha512-fpaPb0lifoUJ6UJa4Lk8/0B2Ku/xDZWdc1Gkj67jbygTCrvSon0qquju6Ltx1Kz23GRqqlIHXiy9EvrjpY7/Wg==",
"dev": true,
"requires": {
"@electron/get": "^2.0.0",

View file

@ -22,7 +22,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"electron": "^33.3.1",
"electron": "^34.0.0",
"eslint": "^7.32.0",
"typescript": "^5.7.3"
},