Compare commits

...

4 commits

Author SHA1 Message Date
bac4c0f079
Merge pull request #166 from CompeyDev/dependabot/npm_and_yarn/electron-34.1.1
Bump electron from 34.1.0 to 34.1.1
2025-02-07 19:32:54 +05:30
dependabot[bot]
31f49e6c63
Bump electron from 34.1.0 to 34.1.1
Bumps [electron](https://github.com/electron/electron) from 34.1.0 to 34.1.1.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v34.1.0...v34.1.1)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-07 14:00:13 +00:00
b6688b00ba
Merge pull request #165 from CompeyDev/dependabot/npm_and_yarn/electron-34.1.0
Bump electron from 34.0.2 to 34.1.0
2025-02-06 21:13:56 +05:30
dependabot[bot]
e5c5203a05
Bump electron from 34.0.2 to 34.1.0
Bumps [electron](https://github.com/electron/electron) from 34.0.2 to 34.1.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v34.0.2...v34.1.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-06 13:39:43 +00:00
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.1",
"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.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-34.1.1.tgz",
"integrity": "sha512-1aDYk9Gsv1/fFeClMrxWGoVMl7uCUgl1pe26BiTnLXmAoqEXCa3f3sCKFWV+cuDzUjQGAZcpkWhGYTgWUSQrLA==",
"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.1",
"eslint": "^9.19.0",
"typescript": "^5.7.3"
},