update dependencies (#3657)

This commit is contained in:
Karsten Hassel
2024-12-18 22:04:16 +01:00
committed by GitHub
parent 24d9b70c4c
commit b910c60eb2
5 changed files with 1429 additions and 1260 deletions

View File

@@ -64,11 +64,11 @@
},
"dependencies": {
"ajv": "^8.17.1",
"ansis": "^3.3.2",
"ansis": "^3.4.0",
"console-stamp": "^3.1.2",
"envsub": "^4.1.0",
"eslint": "^9.14.0",
"express": "^4.21.1",
"eslint": "^9.17.0",
"express": "^4.21.2",
"express-ipfilter": "^1.3.2",
"feedme": "^2.0.2",
"helmet": "^8.0.0",
@@ -80,33 +80,33 @@
"pm2": "^5.4.2",
"socket.io": "^4.8.1",
"suncalc": "^1.9.0",
"systeminformation": "^5.23.5"
"systeminformation": "^5.23.14"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.10.1",
"cspell": "^8.15.7",
"@stylistic/eslint-plugin": "^2.12.1",
"cspell": "^8.17.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsdoc": "^50.4.3",
"eslint-plugin-package-json": "^0.17.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-jsdoc": "^50.6.1",
"eslint-plugin-package-json": "^0.18.0",
"express-basic-auth": "^1.2.1",
"husky": "^9.1.6",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"markdownlint-cli2": "^0.15.0",
"playwright": "^1.48.2",
"prettier": "^3.3.3",
"lint-staged": "^15.2.11",
"markdownlint-cli2": "^0.16.0",
"playwright": "^1.49.1",
"prettier": "^3.4.2",
"sinon": "^19.0.2",
"stylelint": "^16.10.0",
"stylelint": "^16.12.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-prettier": "^5.0.2"
},
"optionalDependencies": {
"electron": "^32.2.2"
"electron": "^32.2.7"
},
"engines": {
"node": ">=20.9.0 <21 || 22 || >=23"
"node": ">=20.9.0 <21 || >=22"
},
"_moduleAliases": {
"node_helper": "js/node_helper.js",