Bump electron from 9.0.5 to 9.1.1 in /app

Bumps [electron](https://github.com/electron/electron) from 9.0.5 to 9.1.1.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v9.0.5...v9.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-20 23:53:38 +00:00 committed by GitHub
parent 7941eb7e9d
commit 3aeb47b039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -70,7 +70,7 @@
}, },
"devDependencies": { "devDependencies": {
"chokidar": "^3.4.0", "chokidar": "^3.4.0",
"electron": "^9.0.5", "electron": "^9.1.1",
"electron-builder": "^22.7.0", "electron-builder": "^22.7.0",
"electron-rebuild": "^1.11.0", "electron-rebuild": "^1.11.0",
"readline-sync": "1.4.10" "readline-sync": "1.4.10"

View File

@ -1126,10 +1126,10 @@ electron-rebuild@^1.11.0:
spawn-rx "^3.0.0" spawn-rx "^3.0.0"
yargs "^14.2.0" yargs "^14.2.0"
electron@^9.0.5: electron@^9.1.1:
version "9.0.5" version "9.1.1"
resolved "https://registry.yarnpkg.com/electron/-/electron-9.0.5.tgz#189ee117cc2a2777cccf40fae0766acec5faae57" resolved "https://registry.yarnpkg.com/electron/-/electron-9.1.1.tgz#d52c9873be4113287c3eb2b02f85bad6644b100e"
integrity sha512-bnL9H48LuQ250DML8xUscsKiuSu+xv5umXbpBXYJ0BfvYVmFfNbG3jCfhrsH7aP6UcQKVxOG1R/oQExd0EFneQ== integrity sha512-BYvroBLV9x7G4iN33P/IxeZqwjl62/9VuBAF1CoM0m6OeheaiLog1ZMKLlCqVXycJvvrAvLHc454DDEmwnqqhA==
dependencies: dependencies:
"@electron/get" "^1.0.1" "@electron/get" "^1.0.1"
"@types/node" "^12.0.12" "@types/node" "^12.0.12"