Bump electron from 21.2.3 to 21.3.0 (#97)

Bumps [electron](https://github.com/electron/electron) from 21.2.3 to 21.3.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/v21.2.3...v21.3.0)

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

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>
This commit is contained in:
dependabot[bot]
2022-11-18 22:08:46 +05:30
committed by GitHub
parent 65b5ad0fd2
commit 43b1d7b093
2 changed files with 5 additions and 5 deletions

View File

@@ -64,7 +64,7 @@
}, },
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"electron": "^21.2.3", "electron": "^21.3.0",
"electron-builder": "^23.6.0", "electron-builder": "^23.6.0",
"eslint": "^8.27.0" "eslint": "^8.27.0"
}, },

View File

@@ -894,10 +894,10 @@ electron-updater@^5.3.0:
semver "^7.3.5" semver "^7.3.5"
typed-emitter "^2.1.0" typed-emitter "^2.1.0"
electron@^21.2.3: electron@^21.3.0:
version "21.2.3" version "21.3.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-21.2.3.tgz#7bd190f57b154ab85c92a2e52e0329fd40cbc7b9" resolved "https://registry.yarnpkg.com/electron/-/electron-21.3.0.tgz#e9905e240add950443dc115b4be13d36162f0a05"
integrity sha512-Wyj0ri3P8hnWEvX7+2Q1OtNzJI8Qn4V9J+aeypoXh+wtlX/fjfHxi4vZkos/XRncoIeYCeUZ5nhGjsOIQwSElQ== integrity sha512-MGRpshN8fBcx4IRuBABIsGDv0tB/MclIFsyFHFFXsBCUc+vIXaE/E6vuWaniGIFSz5WyeuapfTH5IeRb+7yIfw==
dependencies: dependencies:
"@electron/get" "^1.14.1" "@electron/get" "^1.14.1"
"@types/node" "^16.11.26" "@types/node" "^16.11.26"