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

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

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

2
vendor/package.json vendored
View File

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