chore: update dependencies (#4201)

The update of electron should fix #4199.
This commit is contained in:
Kristjan ESPERANTO
2026-07-09 21:15:29 +02:00
committed by GitHub
parent eab31fdbab
commit a489d930e1
2 changed files with 332 additions and 266 deletions
+319 -253
View File
File diff suppressed because it is too large Load Diff
+13 -13
View File
@@ -92,7 +92,7 @@
"globals": "^17.7.0",
"helmet": "^8.2.0",
"html-to-text": "^10.0.0",
"iconv-lite": "^0.7.2",
"iconv-lite": "^0.7.3",
"ics-filter": "^1.0.3",
"ipaddr.js": "^2.4.0",
"moment": "^2.30.1",
@@ -101,35 +101,35 @@
"nunjucks": "^3.2.4",
"socket.io": "^4.8.3",
"suncalc": "^2.0.0",
"systeminformation": "^5.31.11",
"undici": "^8.5.0",
"systeminformation": "^5.31.15",
"undici": "^8.7.0",
"weathericons": "^2.1.0"
},
"devDependencies": {
"@eslint/css": "^1.3.0",
"@eslint/css": "^1.4.0",
"@eslint/js": "^10.0.1",
"@eslint/markdown": "^8.0.2",
"@eslint/markdown": "^8.0.3",
"@stylistic/eslint-plugin": "^5.10.0",
"@vitest/coverage-v8": "^4.1.9",
"@vitest/eslint-plugin": "^1.6.20",
"@vitest/ui": "^4.1.9",
"@vitest/coverage-v8": "^4.1.10",
"@vitest/eslint-plugin": "^1.6.22",
"@vitest/ui": "^4.1.10",
"cspell": "^10.0.1",
"eslint-plugin-import-x": "^4.17.1",
"eslint-plugin-jsdoc": "^63.0.10",
"eslint-plugin-jsdoc": "^63.0.12",
"eslint-plugin-package-json": "^1.5.0",
"eslint-plugin-playwright": "^2.10.4",
"eslint-plugin-playwright": "^2.10.5",
"express-basic-auth": "^1.2.1",
"husky": "^9.1.7",
"jsdom": "^29.1.1",
"lint-staged": "^17.0.8",
"msw": "^2.14.6",
"msw": "^2.15.0",
"playwright": "^1.61.1",
"prettier": "^3.9.4",
"prettier-plugin-jinja-template": "^2.2.0",
"vitest": "^4.1.9"
"vitest": "^4.1.10"
},
"optionalDependencies": {
"electron": "^43.0.0"
"electron": "^43.1.0"
},
"engines": {
"node": ">=22.22.2 <23 || >=24"