Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Commit

Permalink
Bump electron from 12.0.0 to 12.0.1
Browse files Browse the repository at this point in the history
Bumps [electron](https://github.com/electron/electron) from 12.0.0 to 12.0.1.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md)
- [Commits](electron/electron@v12.0.0...v12.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 15, 2021
1 parent 5096d36 commit ae417b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"@types/electron": "^1.6.10",
"@types/node": "^14.14.34",
"electron": "^12.0.0",
"electron": "^12.0.1",
"electron-packager": "^15.2.0",
"prettier": "^2.2.1",
"typescript": "^4.2.3"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -301,10 +301,10 @@ electron-packager@^15.2.0:
semver "^7.1.3"
yargs-parser "^20.0.0"

electron@*, electron@^12.0.0:
version "12.0.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-12.0.0.tgz#b3b1d88cc64622e59c637521da5a6b6ab4df4eb5"
integrity sha512-p6oxZ4LG82hopPGAsIMOjyoL49fr6cexyFNH0kADA9Yf+mJ72DN7bjvBG+6V7r6QKhwYgsSsW8RpxBeVOUbxVQ==
electron@*, electron@^12.0.1:
version "12.0.1"
resolved "https://registry.yarnpkg.com/electron/-/electron-12.0.1.tgz#11afa81dae858cc7cd79107c2f789e8a7f93a31b"
integrity sha512-4bTfLSTmuFkMxq3RMyjd8DxuzbxI1Bde879XDrBA4kFWbKhZ3hfXqHXQz3129eCmcLre5odcNsWq7/xzyJilMA==
dependencies:
"@electron/get" "^1.0.1"
"@types/node" "^14.6.2"
Expand Down

0 comments on commit ae417b3

Please sign in to comment.