Browse Source

chore: bump electron from 20.1.3 to 20.1.4 (#646)

Bumps [electron](https://github.com/electron/electron) from 20.1.3 to 20.1.4.
- [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/v20.1.3...v20.1.4)

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

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

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
836c5bcb36
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": "^20.1.3"
"electron": "^20.1.4"
}
},
"node_modules/@electron/get": {
@ -215,9 +215,9 @@
"dev": true
},
"node_modules/electron": {
"version": "20.1.3",
"resolved": "https://registry.npmjs.org/electron/-/electron-20.1.3.tgz",
"integrity": "sha512-DXBHzAwcpCor9MrxG9QA3Zt0sNcQbJ8ZJCYTC6xpuPe5wugBa6RF3hXqDUYdD2yOCUhjLbD3VASWn0+5LdYT3g==",
"version": "20.1.4",
"resolved": "https://registry.npmjs.org/electron/-/electron-20.1.4.tgz",
"integrity": "sha512-7ov5kgSQi2JewV5SrVfjGasUvyScjuJrrDCW0rYxtP2SMe3JjoP4rsOOnh3ps2P/Nrdlbv+0ygiK0zp4ARCZ+A==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@ -1026,9 +1026,9 @@
"dev": true
},
"electron": {
"version": "20.1.3",
"resolved": "https://registry.npmjs.org/electron/-/electron-20.1.3.tgz",
"integrity": "sha512-DXBHzAwcpCor9MrxG9QA3Zt0sNcQbJ8ZJCYTC6xpuPe5wugBa6RF3hXqDUYdD2yOCUhjLbD3VASWn0+5LdYT3g==",
"version": "20.1.4",
"resolved": "https://registry.npmjs.org/electron/-/electron-20.1.4.tgz",
"integrity": "sha512-7ov5kgSQi2JewV5SrVfjGasUvyScjuJrrDCW0rYxtP2SMe3JjoP4rsOOnh3ps2P/Nrdlbv+0ygiK0zp4ARCZ+A==",
"dev": true,
"requires": {
"@electron/get": "^1.14.1",

2
package.json

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