update dependencies (#3657)

This commit is contained in:
Karsten Hassel 2024-12-18 22:04:16 +01:00 committed by GitHub
parent 24d9b70c4c
commit b910c60eb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 1429 additions and 1260 deletions

View File

@ -40,7 +40,7 @@ _This release is scheduled to be released on 2025-01-01._
### Updated
- [repo] Reactivate `stale.yaml` as GitHub action to mark issues as stale after 60 days and close them 7 days later (if no activity) (#3577, #3580, #3581)
- [core] Update electron dependency to v32 (test electron rebuild) and other dependencies too
- [core] Update electron dependency to v32 (test electron rebuild) and other dependencies
- [tests] All test configs have been updated to allow full external access, allowing for easier debugging (especially when running as a container)
- [core] Run and test with node 23 (#3588)

2642
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -64,11 +64,11 @@
},
"dependencies": {
"ajv": "^8.17.1",
"ansis": "^3.3.2",
"ansis": "^3.4.0",
"console-stamp": "^3.1.2",
"envsub": "^4.1.0",
"eslint": "^9.14.0",
"express": "^4.21.1",
"eslint": "^9.17.0",
"express": "^4.21.2",
"express-ipfilter": "^1.3.2",
"feedme": "^2.0.2",
"helmet": "^8.0.0",
@ -80,33 +80,33 @@
"pm2": "^5.4.2",
"socket.io": "^4.8.1",
"suncalc": "^1.9.0",
"systeminformation": "^5.23.5"
"systeminformation": "^5.23.14"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.10.1",
"cspell": "^8.15.7",
"@stylistic/eslint-plugin": "^2.12.1",
"cspell": "^8.17.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsdoc": "^50.4.3",
"eslint-plugin-package-json": "^0.17.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-jsdoc": "^50.6.1",
"eslint-plugin-package-json": "^0.18.0",
"express-basic-auth": "^1.2.1",
"husky": "^9.1.6",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"markdownlint-cli2": "^0.15.0",
"playwright": "^1.48.2",
"prettier": "^3.3.3",
"lint-staged": "^15.2.11",
"markdownlint-cli2": "^0.16.0",
"playwright": "^1.49.1",
"prettier": "^3.4.2",
"sinon": "^19.0.2",
"stylelint": "^16.10.0",
"stylelint": "^16.12.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-prettier": "^5.0.2"
},
"optionalDependencies": {
"electron": "^32.2.2"
"electron": "^32.2.7"
},
"engines": {
"node": ">=20.9.0 <21 || 22 || >=23"
"node": ">=20.9.0 <21 || >=22"
},
"_moduleAliases": {
"node_helper": "js/node_helper.js",

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

@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.1",
"@fortawesome/fontawesome-free": "^6.7.2",
"animate.css": "^4.1.1",
"croner": "^9.0.0",
"moment": "^2.30.1",
@ -20,9 +20,9 @@
}
},
"node_modules/@fortawesome/fontawesome-free": {
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-6.7.1.tgz",
"integrity": "sha512-ALIk/MOh5gYe1TG/ieS5mVUsk7VUIJTJKPMK9rFFqOgfp0Q3d5QiBXbcOMwUvs37fyZVCz46YjOE6IFeOAXCHA==",
"version": "6.7.2",
"resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-6.7.2.tgz",
"integrity": "sha512-JUOtgFW6k9u4Y+xeIaEiLr3+cjoUPiAuLXoyKOJSia6Duzb7pq+A76P9ZdPDoAoxHdHzq6gE9/jKBGXlZT8FbA==",
"license": "(CC-BY-4.0 AND OFL-1.1 AND MIT)",
"engines": {
"node": ">=6"
@ -59,6 +59,7 @@
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/croner/-/croner-9.0.0.tgz",
"integrity": "sha512-onMB0OkDjkXunhdW9htFjEhqrD54+M94i6ackoUkjHKbRnXdyEyKRelp4nJ1kAz32+s27jP1FsebpJCVl0BsvA==",
"license": "MIT",
"engines": {
"node": ">=18.0"
}

2
vendor/package.json vendored
View File

@ -11,7 +11,7 @@
},
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.1",
"@fortawesome/fontawesome-free": "^6.7.2",
"animate.css": "^4.1.1",
"croner": "^9.0.0",
"moment": "^2.30.1",