Upgrade dependencies, including Electron 11.2.3.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-16 15:40:04 -08:00
parent bd0869ec07
commit e6e5e8a311
2 changed files with 467 additions and 390 deletions

839
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -146,9 +146,9 @@
],
"dependencies": {
"@electron-elements/send-feedback": "^2.0.3",
"@sentry/electron": "^2.2.0",
"@yaireo/tagify": "^3.22.1",
"adm-zip": "^0.5.1",
"@sentry/electron": "^2.3.0",
"@yaireo/tagify": "^3.22.3",
"adm-zip": "^0.5.2",
"auto-launch": "^5.0.5",
"backoff": "^2.5.0",
"electron-is-dev": "^1.2.0",
@@ -158,7 +158,7 @@
"escape-goat": "^3.0.0",
"get-stream": "^6.0.0",
"i18n": "^0.13.2",
"iso-639-1": "^2.1.7",
"iso-639-1": "^2.1.8",
"node-json-db": "^1.1.0",
"semver": "^7.3.4"
},
@@ -167,14 +167,14 @@
"@types/auto-launch": "^5.0.1",
"@types/backoff": "^2.5.1",
"@types/i18n": "^0.12.0",
"@types/node": "^14.14.22",
"@types/node": "^14.14.28",
"@types/requestidlecallback": "^0.3.1",
"dotenv": "^8.2.0",
"electron": "^11.2.1",
"electron": "^11.2.3",
"electron-builder": "^22.9.1",
"electron-connect": "^0.6.3",
"electron-notarize": "^1.0.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"glob": "^7.1.6",
"gulp": "^4.0.2",
"gulp-tape": "^1.0.0",
@@ -184,10 +184,10 @@
"pre-commit": "^1.2.2",
"rimraf": "^3.0.2",
"spectron": "^13.0.0",
"stylelint": "^13.9.0",
"stylelint": "^13.10.0",
"tap-colorize": "^1.2.0",
"tape": "^5.1.1",
"typescript": "^4.1.3",
"typescript": "^4.1.5",
"xo": "^0.37.1"
},
"xo": {