Browse Source

chore: bump electron from 25.3.2 to 25.4.0 (#844)

Bumps [electron](https://github.com/electron/electron) from 25.3.2 to 25.4.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/v25.3.2...v25.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
7985e5a90c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      package-lock.json
  2. 2
      package.json

14
package-lock.json

@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "CC0-1.0",
"devDependencies": {
"electron": "^25.3.2"
"electron": "^25.4.0"
}
},
"node_modules/@electron/get": {
@ -242,9 +242,9 @@
"optional": true
},
"node_modules/electron": {
"version": "25.3.2",
"resolved": "https://registry.npmjs.org/electron/-/electron-25.3.2.tgz",
"integrity": "sha512-xiktJvXraaE/ARf2OVHFyTze1TksSbsbJgOaBtdIiBvUduez6ipATEPIec8Msz1n6eQ+xqYb6YF8tDuIZtJSPw==",
"version": "25.4.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-25.4.0.tgz",
"integrity": "sha512-VLTRxDhL4UvQbqM7pTNENnJo62cdAPZT92N+B7BZQ5Xfok1wuVPEewIjBot4K7U3EpLUuHn1veeLzho3ihiP+Q==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@ -985,9 +985,9 @@
"optional": true
},
"electron": {
"version": "25.3.2",
"resolved": "https://registry.npmjs.org/electron/-/electron-25.3.2.tgz",
"integrity": "sha512-xiktJvXraaE/ARf2OVHFyTze1TksSbsbJgOaBtdIiBvUduez6ipATEPIec8Msz1n6eQ+xqYb6YF8tDuIZtJSPw==",
"version": "25.4.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-25.4.0.tgz",
"integrity": "sha512-VLTRxDhL4UvQbqM7pTNENnJo62cdAPZT92N+B7BZQ5Xfok1wuVPEewIjBot4K7U3EpLUuHn1veeLzho3ihiP+Q==",
"dev": true,
"requires": {
"@electron/get": "^2.0.0",

2
package.json

@ -17,6 +17,6 @@
"author": "GitHub",
"license": "CC0-1.0",
"devDependencies": {
"electron": "^25.3.2"
"electron": "^25.4.0"
}
}
Loading…
Cancel
Save