diff options
author | Christoph Settgast <csett86@web.de> | 2022-10-18 21:15:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-18 21:15:32 +0200 |
commit | 7b6ba4e1c552c08409ab60c4a598cb7fc9e55874 (patch) | |
tree | b8a5f9afa48f407212d67d8b2f8eb6779c27ecb8 /package.json | |
parent | 15092d799f4c71a2ba26b73530a39e5fdc148bfa (diff) |
chore(deps) update electron to 21.1.1 (#801)
Contains Chromium 104 -> 106 update and security updates of chromium since.
For details see https://www.electronjs.org/blog/electron-21-0
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 17a32f1..48bd8e0 100644 --- a/package.json +++ b/package.json @@ -162,7 +162,7 @@ "babel-loader": "^8.2.3", "concurrently": "5.1.0", "css-loader": "^6.7.1", - "electron": "20.2.0", + "electron": "21.1.1", "electron-builder": "23.1.0", "electron-context-menu": "^2.5.0", "electron-is-dev": "^1.2.0", |