update dependencies (#3754)

This commit is contained in:
Karsten Hassel
2025-03-28 07:31:36 +01:00
committed by GitHub
parent 6d909d24e9
commit 2e57d785ac
3 changed files with 239 additions and 302 deletions

View File

@@ -66,7 +66,7 @@
"ansis": "^3.17.0",
"console-stamp": "^3.1.2",
"envsub": "^4.1.0",
"eslint": "^9.22.0",
"eslint": "^9.23.0",
"express": "^4.21.2",
"express-ipfilter": "^1.3.2",
"feedme": "^2.0.2",
@@ -80,14 +80,14 @@
"socket.io": "^4.8.1",
"suncalc": "^1.9.0",
"systeminformation": "^5.25.11",
"undici": "^7.5.0"
"undici": "^7.6.0"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^4.2.0",
"cspell": "^8.17.5",
"cspell": "^8.18.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-jsdoc": "^50.6.8",
"eslint-plugin-jsdoc": "^50.6.9",
"eslint-plugin-package-json": "^0.29.0",
"express-basic-auth": "^1.2.1",
"husky": "^9.1.7",
@@ -97,13 +97,13 @@
"markdownlint-cli2": "^0.17.2",
"playwright": "^1.51.1",
"prettier": "^3.5.3",
"sinon": "^19.0.4",
"stylelint": "^16.16.0",
"sinon": "^20.0.0",
"stylelint": "^16.17.0",
"stylelint-config-standard": "^37.0.0",
"stylelint-prettier": "^5.0.3"
},
"optionalDependencies": {
"electron": "^35.0.3"
"electron": "^35.1.2"
},
"engines": {
"node": ">=22.14.0"