diff options
author | Christoph Settgast <csett86@web.de> | 2022-07-20 19:50:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-20 19:50:58 +0200 |
commit | a57e885c772cb836c9d242ca030932bb912cb12e (patch) | |
tree | b4684c9f7bb866914152c4f9bc07b0d2bd2ddb67 /package.json | |
parent | 0c1bac5d59932c22ffeb8fe82aa9640350f2b7fe (diff) |
chore(deps): update electron to 19.0.8 (#775)
Security Patches from contained Chromium
See https://github.com/electron/electron/releases/tag/v19.0.7
and https://github.com/electron/electron/releases/tag/v19.0.8
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 e0741da..eee137d 100644 --- a/package.json +++ b/package.json @@ -158,7 +158,7 @@ "babel-loader": "^8.2.3", "concurrently": "5.1.0", "css-loader": "^6.7.1", - "electron": "19.0.6", + "electron": "19.0.8", "electron-builder": "23.1.0", "electron-context-menu": "^2.5.0", "electron-is-dev": "^1.2.0", |