Bump electron from 32.2.3 to 32.2.5 (#1091)
Some checks failed
Build (Auto) / build (push) Has been cancelled

Bumps [electron](https://github.com/electron/electron) from 32.2.3 to 32.2.5.
- [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/v32.2.3...v32.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-11-18 08:09:32 -06:00 committed by GitHub
parent 823cd2fc43
commit bf9e05d101
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -23,7 +23,7 @@
"copy-webpack-plugin": "^6.4.1",
"cross-env": "^7.0.3",
"css-loader": "^1.0.1",
"electron": "^32.2.3",
"electron": "^32.2.5",
"electron-builder": "^25.1.8",
"file-loader": "^6.2.0",
"postcss": "^8.4.13",
@ -6721,9 +6721,9 @@
}
},
"node_modules/electron": {
"version": "32.2.3",
"resolved": "https://registry.npmjs.org/electron/-/electron-32.2.3.tgz",
"integrity": "sha512-ClTJrFuwBdZpDNEnVZSV1gTIYSq7c/TYoUv9AmOypL43/xtbfxXkz2vE67ehVoamFobWsIU2by087R5Av8cxJg==",
"version": "32.2.5",
"resolved": "https://registry.npmjs.org/electron/-/electron-32.2.5.tgz",
"integrity": "sha512-8t5IGOvms/JTcLNnlOH7rFCAJIZJAazwYrF7kQsKQSLzDHh4z8mGFrU11NN3W4bIT6Yg5DJNniSWz3O5wJLmCw==",
"dev": true,
"hasInstallScript": true,
"dependencies": {

View File

@ -30,7 +30,7 @@
"copy-webpack-plugin": "^6.4.1",
"cross-env": "^7.0.3",
"css-loader": "^1.0.1",
"electron": "^32.2.3",
"electron": "^32.2.5",
"electron-builder": "^25.1.8",
"file-loader": "^6.2.0",
"postcss": "^8.4.13",