Merge pull request #171 from CompeyDev/dependabot/npm_and_yarn/electron-34.2.0

Bump electron from 34.1.1 to 34.2.0
This commit is contained in:
Erica Marigold 2025-02-13 20:41:46 +05:30 committed by GitHub
commit 5c07d060b3
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.24.0",
"@typescript-eslint/parser": "^8.24.0",
"electron": "^34.1.1",
"electron": "^34.2.0",
"eslint": "^9.20.1",
"typescript": "^5.7.3"
}
@ -913,9 +913,9 @@
"optional": true
},
"node_modules/electron": {
"version": "34.1.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-34.1.1.tgz",
"integrity": "sha512-1aDYk9Gsv1/fFeClMrxWGoVMl7uCUgl1pe26BiTnLXmAoqEXCa3f3sCKFWV+cuDzUjQGAZcpkWhGYTgWUSQrLA==",
"version": "34.2.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-34.2.0.tgz",
"integrity": "sha512-SYwBJNeXBTm1q/ErybQMUBZAYqEreBUqBwTrNkw1rV4YatDZk5Aittpcus3PPeC4UoI/tqmJ946uG8AKHTd6CA==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",

View file

@ -22,7 +22,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"electron": "^34.1.1",
"electron": "^34.2.0",
"eslint": "^9.20.1",
"typescript": "^5.7.3"
},