diff options
author | Christoph Settgast <csett86@web.de> | 2022-03-09 21:00:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-09 21:00:19 +0100 |
commit | 3beaafdd4fa30b1d9ee7ea5264019c680ba49dff (patch) | |
tree | a3043baca88d20d56d6db6ce21daf462e217267f /package.json | |
parent | 63dbdb2d14f7a58e4b0a2d78f47ddb9296a0a6fa (diff) |
chore(deps): update electron to 17.1.2 (#727)
Mostly chromium security updates, for all details
see https://github.com/electron/electron/releases/tag/v17.1.1 and
https://github.com/electron/electron/releases/tag/v17.1.2
Signed-off-by: Christoph Settgast <csett86@web.de>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 86812bf..d57665c 100644 --- a/package.json +++ b/package.json @@ -158,7 +158,7 @@ "babel-loader": "8.1.0", "concurrently": "5.1.0", "css-loader": "3.5.0", - "electron": "17.0.1", + "electron": "17.1.2", "electron-builder": "22.11.11", "electron-context-menu": "^2.5.0", "electron-is-dev": "^1.2.0", |