diff options
author | Christoph Settgast <csett86@web.de> | 2022-11-20 14:25:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-20 14:25:10 +0100 |
commit | ee02002e9f7bf0a509fd2387d1a9885a25c7c022 (patch) | |
tree | 1b2aba7df61a82e9125bca4a3a4a058ef4aaae66 /package.json | |
parent | 41d3fd0c83c658270d25d073a680e8ccef5229e4 (diff) |
chore(deps) update electron to 21.3.0 (#806)
No major version, only chromium security fixes
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 3a310aa..360f1c7 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": "21.1.1", + "electron": "21.3.0", "electron-builder": "23.1.0", "electron-context-menu": "^2.5.0", "electron-is-dev": "^1.2.0", |