Browse Source

chore: bump electron from 19.0.2 to 19.0.3 (#612)

Bumps [electron](https://github.com/electron/electron) from 19.0.2 to 19.0.3.
- [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/v19.0.2...v19.0.3)

---
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>
main
dependabot[bot] 3 years ago
committed by GitHub
parent
commit
91eeacbb52
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      package-lock.json
  2. 2
      package.json

6
package-lock.json

@ -180,9 +180,9 @@
"dev": true
},
"electron": {
"version": "19.0.2",
"resolved": "https://registry.npmjs.org/electron/-/electron-19.0.2.tgz",
"integrity": "sha512-9RzS8wUpxY8dHFJRncro2mEIkCg9Vig1Q0iLu5y3dusEIDKcBRKoW9mVhUeqvZVZgb2SsTEowZBBdBhdL6/+aQ==",
"version": "19.0.3",
"resolved": "https://registry.npmjs.org/electron/-/electron-19.0.3.tgz",
"integrity": "sha512-V/8pFkXUOsoHcBzuTYVSbIQKLIwI/FAxfpvbkMazdaO/weZoIf9AN3Qc4Wuo9+489mhelDYc8lSX5N7c6A5n6A==",
"dev": true,
"requires": {
"@electron/get": "^1.14.1",

2
package.json

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