mirror of
https://github.com/MagicMirrorOrg/MagicMirror.git
synced 2026-03-12 17:51:41 +08:00
chore: update dependencies (#4021)
This includes a new version of `node-ical` which should resolve a calendar issue that was reported [here](https://github.com/MagicMirrorOrg/MagicMirror/pull/4016#issuecomment-3787073856) and [here](https://github.com/MagicMirrorOrg/MagicMirror/pull/4010#issuecomment-3798857137).
This commit is contained in:
committed by
GitHub
parent
d44db6ea10
commit
43503e8fff
652
package-lock.json
generated
652
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@@ -95,13 +95,13 @@
|
||||
"ipaddr.js": "^2.3.0",
|
||||
"moment": "^2.30.1",
|
||||
"moment-timezone": "^0.6.0",
|
||||
"node-ical": "^0.23.1",
|
||||
"node-ical": "^0.24.0",
|
||||
"nunjucks": "^3.2.4",
|
||||
"pm2": "^6.0.14",
|
||||
"socket.io": "^4.8.3",
|
||||
"suncalc": "^1.9.0",
|
||||
"systeminformation": "^5.30.5",
|
||||
"undici": "^7.19.0",
|
||||
"systeminformation": "^5.30.6",
|
||||
"undici": "^7.19.1",
|
||||
"weathericons": "^2.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -109,11 +109,11 @@
|
||||
"@vitest/coverage-v8": "^4.0.18",
|
||||
"@vitest/eslint-plugin": "^1.6.6",
|
||||
"@vitest/ui": "^4.0.18",
|
||||
"cspell": "^9.6.0",
|
||||
"cspell": "^9.6.2",
|
||||
"eslint-plugin-import-x": "^4.16.1",
|
||||
"eslint-plugin-jsdoc": "^62.4.0",
|
||||
"eslint-plugin-jsdoc": "^62.4.1",
|
||||
"eslint-plugin-package-json": "^0.88.2",
|
||||
"eslint-plugin-playwright": "^2.5.0",
|
||||
"eslint-plugin-playwright": "^2.5.1",
|
||||
"express-basic-auth": "^1.2.1",
|
||||
"husky": "^9.1.7",
|
||||
"jsdom": "^27.4.0",
|
||||
|
||||
Reference in New Issue
Block a user