Browse Source

chore: bump electron from 18.2.4 to 19.0.0 (#608)

Bumps [electron](https://github.com/electron/electron) from 18.2.4 to 19.0.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/v18.2.4...v19.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

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

8
package-lock.json

@ -180,12 +180,12 @@
"dev": true
},
"electron": {
"version": "18.2.4",
"resolved": "https://registry.npmjs.org/electron/-/electron-18.2.4.tgz",
"integrity": "sha512-wSjU2N6kBGyGKb2GgBhujpfKtnmNr+gDaZZ6fMmlVMoPJ+GvuW0Zr1ImKPdb5zPXopPYmaURDSvHuAfSd4oHFA==",
"version": "19.0.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-19.0.0.tgz",
"integrity": "sha512-VXwqLQxuIUr0SI8vOYDj5OLPwtKa/trn5DVKd/BFGT/U/IerfVoSZuydGLOjSL5yJlckfmKQpiq+8PW4gI8hXA==",
"dev": true,
"requires": {
"@electron/get": "^1.13.0",
"@electron/get": "^1.14.1",
"@types/node": "^16.11.26",
"extract-zip": "^1.0.3"
}

2
package.json

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