Upgrade dependencies, including Electron 12.0.2.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-03-29 19:58:26 -07:00
parent 78ae1b34ab
commit afb25d5b3d
2 changed files with 408 additions and 248 deletions

644
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -151,7 +151,7 @@
"dependencies": {
"@electron-elements/send-feedback": "^2.0.3",
"@sentry/electron": "^2.4.0",
"@yaireo/tagify": "^3.23.1",
"@yaireo/tagify": "^3.25.0",
"adm-zip": "^0.5.4",
"auto-launch": "^5.0.5",
"backoff": "^2.5.0",
@@ -161,19 +161,19 @@
"escape-goat": "^3.0.0",
"get-stream": "^6.0.0",
"i18n": "^0.13.2",
"iso-639-1": "^2.1.8",
"iso-639-1": "^2.1.9",
"node-json-db": "^1.3.0",
"semver": "^7.3.4"
"semver": "^7.3.5"
},
"devDependencies": {
"@types/adm-zip": "^0.4.33",
"@types/auto-launch": "^5.0.1",
"@types/backoff": "^2.5.1",
"@types/i18n": "^0.13.0",
"@types/node": "^14.14.32",
"@types/node": "^14.14.35",
"@types/requestidlecallback": "^0.3.1",
"dotenv": "^8.2.0",
"electron": "^11.3.0",
"electron": "^12.0.2",
"electron-builder": "^22.10.5",
"electron-connect": "^0.6.3",
"electron-notarize": "^1.0.0",
@@ -186,7 +186,7 @@
"nodemon": "^2.0.7",
"pre-commit": "^1.2.2",
"rimraf": "^3.0.2",
"spectron": "^13.0.0",
"spectron": "^14.0.0",
"stylelint": "^13.12.0",
"tap-colorize": "^1.2.0",
"tape": "^5.2.2",