update electron to v29 and other deps (#3386)

This commit is contained in:
Karsten Hassel 2024-02-24 13:04:43 +01:00 committed by GitHub
parent 08f8a5107a
commit 73140cdf37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 762 additions and 488 deletions

View File

@ -25,6 +25,7 @@ _This release is scheduled to be released on 2024-04-01._
- [chore] Update husky and let lint-staged fix ESLint issues
- [chore] Update dependencies including electron to v28 (#3357) and node-ical
- Updated translations for estonian (#3371)
- Update electron to v29 and update other dependencies
### Fixed

1209
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -46,35 +46,35 @@
},
"homepage": "https://magicmirror.builders",
"devDependencies": {
"@stylistic/eslint-plugin": "^1.5.4",
"@stylistic/eslint-plugin": "^1.6.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jsdoc": "^48.0.4",
"eslint-plugin-package-json": "^0.10.2",
"eslint-plugin-unicorn": "^50.0.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jsdoc": "^48.2.0",
"eslint-plugin-package-json": "^0.10.4",
"eslint-plugin-unicorn": "^51.0.1",
"express-basic-auth": "^1.2.1",
"husky": "^9.0.10",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.1",
"playwright": "^1.41.1",
"prettier": "^3.2.4",
"lint-staged": "^15.2.2",
"playwright": "^1.41.2",
"prettier": "^3.2.5",
"sinon": "^17.0.1",
"stylelint": "^16.2.0",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-prettier": "^5.0.0",
"suncalc": "^1.9.0"
},
"optionalDependencies": {
"electron": "^28.2.1"
"electron": "^29.0.1"
},
"dependencies": {
"ansis": "^2.1.0",
"ansis": "^2.3.0",
"console-stamp": "^3.1.2",
"envsub": "^4.1.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"express": "^4.18.2",
"express-ipfilter": "^1.3.1",
"express-ipfilter": "^1.3.2",
"feedme": "^2.0.2",
"helmet": "^7.1.0",
"html-to-text": "^9.0.5",
@ -84,7 +84,7 @@
"node-ical": "^0.17.2",
"pm2": "^5.3.1",
"socket.io": "^4.7.4",
"systeminformation": "^5.21.24"
"systeminformation": "^5.22.0"
},
"lint-staged": {
"*": "prettier --write",

8
vendor/package-lock.json generated vendored
View File

@ -12,7 +12,7 @@
"@fortawesome/fontawesome-free": "^6.5.1",
"animate.css": "^4.1.1",
"moment": "^2.30.1",
"moment-timezone": "^0.5.44",
"moment-timezone": "^0.5.45",
"nunjucks": "^3.2.4",
"suncalc": "^1.9.0",
"weathericons": "^2.1.0"
@ -59,9 +59,9 @@
}
},
"node_modules/moment-timezone": {
"version": "0.5.44",
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.44.tgz",
"integrity": "sha512-nv3YpzI/8lkQn0U6RkLd+f0W/zy/JnoR5/EyPz/dNkPTBjA2jNLCVxaiQ8QpeLymhSZvX0wCL5s27NQWdOPwAw==",
"version": "0.5.45",
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.45.tgz",
"integrity": "sha512-HIWmqA86KcmCAhnMAN0wuDOARV/525R2+lOLotuGFzn4HO+FH+/645z2wx0Dt3iDv6/p61SIvKnDstISainhLQ==",
"dependencies": {
"moment": "^2.29.4"
},

2
vendor/package.json vendored
View File

@ -11,7 +11,7 @@
"@fortawesome/fontawesome-free": "^6.5.1",
"animate.css": "^4.1.1",
"moment": "^2.30.1",
"moment-timezone": "^0.5.44",
"moment-timezone": "^0.5.45",
"nunjucks": "^3.2.4",
"suncalc": "^1.9.0",
"weathericons": "^2.1.0"