Update electron to fix Let's Encrypt cert validation

This commit is contained in:
Max Goodhart
2021-11-19 12:35:11 -08:00
parent 13fe2a0dac
commit e7bd4a674c
2 changed files with 142 additions and 122 deletions

View File

@@ -14,13 +14,13 @@
"dependencies": {
"@iarna/toml": "^2.2.5",
"@repeaterjs/repeater": "^3.0.1",
"@sentry/electron": "^2.0.1",
"@sentry/electron": "^2.5.4",
"base-x": "^3.0.8",
"chokidar": "^3.4.0",
"color": "^3.1.2",
"dank-twitch-irc": "^3.3.0",
"ejs": "^3.1.3",
"electron": "^11.0.0-beta.20",
"electron": "^12.2.3",
"jsondiffpatch": "^0.4.1",
"koa": "^2.12.1",
"koa-basic-auth": "^4.0.0",