Merge pull request #165 from CompeyDev/dependabot/npm_and_yarn/electron-34.1.0

Bump electron from 34.0.2 to 34.1.0
This commit is contained in:
Erica Marigold 2025-02-06 21:13:56 +05:30 committed by GitHub
commit b6688b00ba
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.23.0",
"@typescript-eslint/parser": "^8.23.0",
"electron": "^34.0.2",
"electron": "^34.1.0",
"eslint": "^9.19.0",
"typescript": "^5.7.3"
}
@ -913,9 +913,9 @@
"optional": true
},
"node_modules/electron": {
"version": "34.0.2",
"resolved": "https://registry.npmjs.org/electron/-/electron-34.0.2.tgz",
"integrity": "sha512-u3F+DSUlg9NaGS+9qnYmSRN8VjAnc3LJDDk1ye1uISJnh4gjG76y3681qLowsPMx4obvCP2eBINnmbLo0yT5WA==",
"version": "34.1.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-34.1.0.tgz",
"integrity": "sha512-ZUid8XrGPA0dfes97PPADc8ecWOUX/qYRNp1glze9coZLEYc+PsMvgjVDCHSvjfHfiI+V3unwngSVpBouX71YQ==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",

View file

@ -22,7 +22,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"electron": "^34.0.2",
"electron": "^34.1.0",
"eslint": "^9.19.0",
"typescript": "^5.7.3"
},