Bump electron from 18.0.1 to 18.0.2 (#18)

Bumps [electron](https://github.com/electron/electron) from 18.0.1 to 18.0.2.
- [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.0.1...v18.0.2)

---
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>
This commit is contained in:
dependabot[bot]
2022-04-06 15:27:41 +05:30
committed by GitHub
parent 99f1012163
commit 4308a17529
2 changed files with 5 additions and 5 deletions

View File

@@ -72,7 +72,7 @@
},
"license": "MIT",
"devDependencies": {
"electron": "^18.0.1",
"electron": "^18.0.2",
"electron-builder": "^22.14.5"
},
"dependencies": {

View File

@@ -962,10 +962,10 @@ electron-updater@^4.6.1:
lodash.isequal "^4.5.0"
semver "^7.3.5"
electron@^18.0.1:
version "18.0.1"
resolved "https://registry.yarnpkg.com/electron/-/electron-18.0.1.tgz#70653ecee008bea8a4240da78d0f5a426bb24d50"
integrity sha512-8y3nxmK+v/tiuaR8yd4K83ApHxgomMIPAEl3J+2Jfv/D5G6M3KnvxNlNiNoTXI8uOegfmoqiDm5/2xlWFLzfLQ==
electron@^18.0.2:
version "18.0.2"
resolved "https://registry.yarnpkg.com/electron/-/electron-18.0.2.tgz#33529f12de309a9997a44226169272287369a7c9"
integrity sha512-7bFKptQDCQBMjjTJEXs0p0KiZPoY28fzq4GnYGorQt4NZJ0TAog8L0NxEkuSJHuIWC/siOUTX0C1H1tWO6KPKQ==
dependencies:
"@electron/get" "^1.13.0"
"@types/node" "^16.11.26"