[core] bump dependencies into december (#3982)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: veeck <gitkraken@veeck.de>
Co-authored-by: Kristjan ESPERANTO <35647502+KristjanESPERANTO@users.noreply.github.com>
This commit is contained in:
Veeck
2025-12-01 20:05:06 +01:00
committed by GitHub
parent ca6e8b2857
commit fdac92d2e9
3 changed files with 992 additions and 917 deletions

View File

@@ -55,7 +55,7 @@ planned for 2026-01-01
### Updated ### Updated
- [core] Update dependencies incl. electron to v39 (#3909, #3916, #3921, #3925, #3934) - [core] Update dependencies incl. electron to v39 (#3909, #3916, #3921, #3925, #3934, #3982)
- [logger] Add prefixes to most Log messages (#3923, #3926) - [logger] Add prefixes to most Log messages (#3923, #3926)
## [2.33.0] - 2025-10-01 ## [2.33.0] - 2025-10-01

1860
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -20,7 +20,10 @@
"license": "MIT", "license": "MIT",
"author": "Michael Teeuw", "author": "Michael Teeuw",
"contributors": [ "contributors": [
"https://github.com/MagicMirrorOrg/MagicMirror/graphs/contributors" {
"name": "MagicMirror contributors",
"url": "https://github.com/MagicMirrorOrg/MagicMirror/graphs/contributors"
}
], ],
"type": "commonjs", "type": "commonjs",
"imports": { "imports": {
@@ -72,7 +75,7 @@
"*.css": "stylelint --fix" "*.css": "stylelint --fix"
}, },
"dependencies": { "dependencies": {
"@fontsource/roboto": "^5.2.8", "@fontsource/roboto": "^5.2.9",
"@fontsource/roboto-condensed": "^5.2.8", "@fontsource/roboto-condensed": "^5.2.8",
"@fortawesome/fontawesome-free": "^7.1.0", "@fortawesome/fontawesome-free": "^7.1.0",
"ajv": "^8.17.1", "ajv": "^8.17.1",
@@ -80,18 +83,18 @@
"console-stamp": "^3.1.2", "console-stamp": "^3.1.2",
"croner": "^9.1.0", "croner": "^9.1.0",
"envsub": "^4.1.0", "envsub": "^4.1.0",
"eslint": "^9.39.0", "eslint": "^9.39.1",
"express": "^5.1.0", "express": "^5.1.0",
"feedme": "^2.0.2", "feedme": "^2.0.2",
"helmet": "^8.1.0", "helmet": "^8.1.0",
"html-to-text": "^9.0.5", "html-to-text": "^9.0.5",
"iconv-lite": "^0.7.0", "iconv-lite": "^0.7.0",
"ipaddr.js": "^2.2.0", "ipaddr.js": "^2.3.0",
"moment": "^2.30.1", "moment": "^2.30.1",
"moment-timezone": "^0.6.0", "moment-timezone": "^0.6.0",
"node-ical": "^0.22.1", "node-ical": "^0.22.1",
"nunjucks": "^3.2.4", "nunjucks": "^3.2.4",
"pm2": "^6.0.13", "pm2": "^6.0.14",
"socket.io": "^4.8.1", "socket.io": "^4.8.1",
"suncalc": "^1.9.0", "suncalc": "^1.9.0",
"systeminformation": "^5.27.11", "systeminformation": "^5.27.11",
@@ -99,30 +102,30 @@
"weathericons": "^2.1.0" "weathericons": "^2.1.0"
}, },
"devDependencies": { "devDependencies": {
"@stylistic/eslint-plugin": "^5.5.0", "@stylistic/eslint-plugin": "^5.6.1",
"@vitest/coverage-v8": "^4.0.6", "@vitest/coverage-v8": "^4.0.14",
"@vitest/ui": "^4.0.6", "@vitest/ui": "^4.0.14",
"cspell": "^9.2.2", "cspell": "^9.3.2",
"eslint-plugin-import-x": "^4.16.1", "eslint-plugin-import-x": "^4.16.1",
"eslint-plugin-jsdoc": "^61.1.11", "eslint-plugin-jsdoc": "^61.4.1",
"eslint-plugin-package-json": "^0.59.1", "eslint-plugin-package-json": "^0.85.0",
"eslint-plugin-playwright": "^2.3.0", "eslint-plugin-playwright": "^2.4.0",
"eslint-plugin-vitest": "^0.5.4", "eslint-plugin-vitest": "^0.5.4",
"express-basic-auth": "^1.2.1", "express-basic-auth": "^1.2.1",
"husky": "^9.1.7", "husky": "^9.1.7",
"jsdom": "^27.1.0", "jsdom": "^27.2.0",
"lint-staged": "^16.2.6", "lint-staged": "^16.2.7",
"markdownlint-cli2": "^0.18.1", "markdownlint-cli2": "^0.19.1",
"playwright": "^1.56.1", "playwright": "^1.57.0",
"prettier": "^3.6.2", "prettier": "^3.7.3",
"prettier-plugin-jinja-template": "^2.1.0", "prettier-plugin-jinja-template": "^2.1.0",
"stylelint": "^16.25.0", "stylelint": "^16.26.1",
"stylelint-config-standard": "^39.0.1", "stylelint-config-standard": "^39.0.1",
"stylelint-prettier": "^5.0.3", "stylelint-prettier": "^5.0.3",
"vitest": "^4.0.6" "vitest": "^4.0.14"
}, },
"optionalDependencies": { "optionalDependencies": {
"electron": "^39.0.0" "electron": "^39.2.4"
}, },
"engines": { "engines": {
"node": ">=22.20.0 <23 || >=24" "node": ">=22.20.0 <23 || >=24"