Update dependencies reported by Dependabot (#3621)

... maybe we should group those dependabot PRs someday (see
https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups)

---------

Co-authored-by: veeck <gitkraken@veeck.de>
This commit is contained in:
Veeck
2024-11-02 15:58:20 +01:00
committed by GitHub
parent 9114aefecc
commit 0aae771799
3 changed files with 257 additions and 222 deletions

View File

@@ -65,7 +65,7 @@
"ansis": "^3.3.2",
"console-stamp": "^3.1.2",
"envsub": "^4.1.0",
"eslint": "^9.13.0",
"eslint": "^9.14.0",
"express": "^4.21.1",
"express-ipfilter": "^1.3.2",
"feedme": "^2.0.2",
@@ -76,14 +76,14 @@
"moment": "^2.30.1",
"node-ical": "0.18.0",
"pm2": "^5.4.2",
"socket.io": "^4.8.0",
"socket.io": "^4.8.1",
"suncalc": "^1.9.0",
"systeminformation": "^5.23.5"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@stylistic/eslint-plugin": "^2.9.0",
"cspell": "^8.15.4",
"@eslint/js": "^9.14.0",
"@stylistic/eslint-plugin": "^2.10.1",
"cspell": "^8.15.5",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsdoc": "^50.4.3",
@@ -93,7 +93,7 @@
"jest": "^29.7.0",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"playwright": "^1.48.1",
"playwright": "^1.48.2",
"prettier": "^3.3.3",
"sinon": "^19.0.2",
"stylelint": "^16.10.0",
@@ -101,7 +101,7 @@
"stylelint-prettier": "^5.0.2"
},
"optionalDependencies": {
"electron": "^32.2.1"
"electron": "^32.2.2"
},
"engines": {
"node": ">=20.9.0 <21 || 22 || >=23"