mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-12-12 09:52:37 +00:00
Update deps, unpin parse5 (#3934)
seems we dont need the parse5 pin as long as jsdom is fixed to v27.0.0. not sure if there is anything else we can do to the deps? --------- 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>
This commit is contained in:
15
package.json
15
package.json
@@ -69,9 +69,6 @@
|
||||
"*.js": "eslint --fix",
|
||||
"*.css": "stylelint --fix"
|
||||
},
|
||||
"overrides": {
|
||||
"parse5": "7.3.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource/roboto": "^5.2.8",
|
||||
"@fontsource/roboto-condensed": "^5.2.8",
|
||||
@@ -81,7 +78,7 @@
|
||||
"console-stamp": "^3.1.2",
|
||||
"croner": "^9.1.0",
|
||||
"envsub": "^4.1.0",
|
||||
"eslint": "^9.38.0",
|
||||
"eslint": "^9.39.0",
|
||||
"express": "^5.1.0",
|
||||
"feedme": "^2.0.2",
|
||||
"helmet": "^8.1.0",
|
||||
@@ -90,7 +87,7 @@
|
||||
"ipaddr.js": "^2.2.0",
|
||||
"moment": "^2.30.1",
|
||||
"moment-timezone": "^0.6.0",
|
||||
"node-ical": "^0.22.0",
|
||||
"node-ical": "^0.22.1",
|
||||
"nunjucks": "^3.2.4",
|
||||
"pm2": "^6.0.13",
|
||||
"socket.io": "^4.8.1",
|
||||
@@ -101,16 +98,16 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@stylistic/eslint-plugin": "^5.5.0",
|
||||
"cspell": "^9.2.1",
|
||||
"cspell": "^9.2.2",
|
||||
"eslint-plugin-import-x": "^4.16.1",
|
||||
"eslint-plugin-jest": "^29.0.1",
|
||||
"eslint-plugin-jsdoc": "^61.1.5",
|
||||
"eslint-plugin-package-json": "^0.57.0",
|
||||
"eslint-plugin-jsdoc": "^61.1.11",
|
||||
"eslint-plugin-package-json": "^0.59.1",
|
||||
"express-basic-auth": "^1.2.1",
|
||||
"husky": "^9.1.7",
|
||||
"jest": "^30.2.0",
|
||||
"jsdom": "27.0.0",
|
||||
"lint-staged": "^16.2.4",
|
||||
"lint-staged": "^16.2.6",
|
||||
"markdownlint-cli2": "^0.18.1",
|
||||
"playwright": "^1.56.1",
|
||||
"prettier": "^3.6.2",
|
||||
|
||||
Reference in New Issue
Block a user