Merge pull request #195 from CompeyDev/dependabot/npm_and_yarn/electron-35.1.2

Bump electron from 35.1.0 to 35.1.2
This commit is contained in:
Erica Marigold 2025-03-29 08:46:40 +05:30 committed by GitHub
commit 9367cf6b69
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.28.0",
"@typescript-eslint/parser": "^8.28.0",
"electron": "^35.1.0",
"electron": "^35.1.2",
"eslint": "^9.23.0",
"typescript": "^5.8.2"
}
@ -927,9 +927,9 @@
"optional": true
},
"node_modules/electron": {
"version": "35.1.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-35.1.0.tgz",
"integrity": "sha512-yHaKPlsgDgjkwsiXgJG5DAmr9BgD4wSxtDGL6aBmUaN7QTs6qppNgtGkjHsS/pXJb4ZZBIH4IpPAx9d59Epbeg==",
"version": "35.1.2",
"resolved": "https://registry.npmjs.org/electron/-/electron-35.1.2.tgz",
"integrity": "sha512-ipYSDZEV3+PpHfJ8/oWlpMCvxwutX6xLvBz2HRPgEzSFzgLmGO7YXTjEow4DhDtCpGE+b95NTGoJaRAVQi5n7A==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",

View file

@ -22,7 +22,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.28.0",
"@typescript-eslint/parser": "^8.28.0",
"electron": "^35.1.0",
"electron": "^35.1.2",
"eslint": "^9.23.0",
"typescript": "^5.8.2"
},