diff options
author | Christoph Settgast <csett86@web.de> | 2022-09-24 16:19:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-24 16:19:18 +0200 |
commit | 912eb8f5a85b0f2a284fd21b384723c9f672eb86 (patch) | |
tree | 4c8f2d68dcc25341388f8cdb2e0e63840b871c65 /package.json | |
parent | 2674f1c22bbee84a79f1ccab1edf90d01c0d2acd (diff) |
chore(deps) update electron to 20.2.0 (#790)
Contains Chromium 102 -> 104 update and security updates of chromium since.
For details see https://www.electronjs.org/blog/electron-20-0
@jitsi/electron-sdk still requires node, so disable the sandbox on renderer
This is a newly changed default with electron 20:
https://www.electronjs.org/blog#default-changed-renderers-without-nodeintegration-true-are-sandboxed-by-default
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 e2c94be..cbff6ba 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": "19.0.12", + "electron": "20.2.0", "electron-builder": "23.1.0", "electron-context-menu": "^2.5.0", "electron-is-dev": "^1.2.0", |