Browse Source

chore: bump electron from 15.1.0 to 15.1.1 (#532)

Bumps [electron](https://github.com/electron/electron) from 15.1.0 to 15.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/v15.1.0...v15.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
dependabot[bot] 4 years ago
committed by GitHub
parent
commit
7bf9d2b427
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

@ -186,9 +186,9 @@
"dev": true
},
"electron": {
"version": "15.1.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-15.1.0.tgz",
"integrity": "sha512-QZJKZdrOG2G9lyOrDpCHh+arMrj7ZVVBulrukhNXwCeCEHgNLTVULEQzMOB9AVXUbIs+FthcddlMgcgpaErohw==",
"version": "15.1.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-15.1.1.tgz",
"integrity": "sha512-ogVGNWL38KegiqAhUdgjWoKPOufTqDb+cNIqQF/WpVxgauNjzXEk/RNEk7qlw946B/g2dHpzpHeUhi+D/4EcIg==",
"dev": true,
"requires": {
"@electron/get": "^1.13.0",

2
package.json

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