diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-07-07 00:31:08 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-07 00:31:08 +0000 |
commit | b97648905e9d24360747c78e3501deeb02979a7a (patch) | |
tree | b1c2c6f7d1df10762d7dd65dee0266a2d9f5c0d4 /desktop/package.json | |
parent | d4690770f47ddb5fcc8bc3d516132bd37a816ecc (diff) | |
download | Orca-b97648905e9d24360747c78e3501deeb02979a7a.tar.gz Orca-b97648905e9d24360747c78e3501deeb02979a7a.zip |
Bump electron from 8.2.2 to 8.2.4 in /desktop
Bumps [electron](https://github.com/electron/electron) from 8.2.2 to 8.2.4.
- [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/v8.2.2...v8.2.4)
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'desktop/package.json')
-rw-r--r-- | desktop/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/package.json b/desktop/package.json index 73720b1..b6df584 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -23,7 +23,7 @@ "push": "npm run build ; npm run push_osx ; npm run push_linux ; npm run push_win ; npm run clean ; npm run status" }, "devDependencies": { - "electron": "^8.2.2", + "electron": "^8.2.4", "electron-packager": "^14.2.1" }, "dependencies": { |