Upgrade dependencies, including Electron 22.0.0.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-01-03 16:07:58 -08:00
parent 3855ecab58
commit 53ff8443dc
4 changed files with 3497 additions and 4226 deletions

View File

@@ -1,4 +1,4 @@
import {Console} from "node:console";
import {Console} from "node:console"; // eslint-disable-line n/prefer-global/console
import fs from "node:fs";
import os from "node:os";
import process from "node:process";