chore: update dependencies (#3891)

Since receiving a security warning about `axios` in `node-ical`
(https://github.com/MagicMirrorOrg/MagicMirror/security/dependabot/70),
I've created [a pull request to remove `axios` from
`node-ical`](https://github.com/jens-maus/node-ical/pull/397) — it was
accepted and we now have a new version 🙂
This commit is contained in:
Kristjan ESPERANTO
2025-09-15 23:58:55 +02:00
committed by GitHub
parent fb2aa438d8
commit 777b49c566
5 changed files with 2782 additions and 1615 deletions

View File

@@ -69,8 +69,8 @@
"*.css": "stylelint --fix"
},
"dependencies": {
"@fontsource/roboto": "^5.2.6",
"@fontsource/roboto-condensed": "^5.2.6",
"@fontsource/roboto": "^5.2.7",
"@fontsource/roboto-condensed": "^5.2.7",
"@fortawesome/fontawesome-free": "^7.0.1",
"ajv": "^8.17.1",
"animate.css": "^4.1.1",
@@ -87,13 +87,13 @@
"module-alias": "^2.2.3",
"moment": "^2.30.1",
"moment-timezone": "^0.6.0",
"node-ical": "^0.20.1",
"node-ical": "^0.21.0",
"nunjucks": "^3.2.4",
"pm2": "^6.0.10",
"pm2": "^6.0.11",
"socket.io": "^4.8.1",
"suncalc": "^1.9.0",
"systeminformation": "^5.27.8",
"undici": "^7.15.0",
"systeminformation": "^5.27.9",
"undici": "^7.16.0",
"weathericons": "^2.1.0"
},
"devDependencies": {
@@ -101,12 +101,12 @@
"cspell": "^9.2.1",
"eslint-plugin-import-x": "^4.16.1",
"eslint-plugin-jest": "^29.0.1",
"eslint-plugin-jsdoc": "^54.5.0",
"eslint-plugin-package-json": "^0.56.2",
"eslint-plugin-jsdoc": "^57.0.8",
"eslint-plugin-package-json": "^0.56.3",
"express-basic-auth": "^1.2.1",
"husky": "^9.1.7",
"jest": "^30.1.3",
"jsdom": "^26.1.0",
"jsdom": "^27.0.0",
"lint-staged": "^16.1.6",
"markdownlint-cli2": "^0.18.1",
"playwright": "^1.55.0",
@@ -117,7 +117,7 @@
"stylelint-prettier": "^5.0.3"
},
"optionalDependencies": {
"electron": "^38.0.0"
"electron": "^38.1.0"
},
"engines": {
"node": ">=22.18.0"