Fix: package-lock.json after PR #3660 (#3661)

continue from #3660 

Fix: package-lock.json (check node engine)
This commit is contained in:
Bugsounet - Cédric 2024-12-27 14:20:24 +01:00 committed by GitHub
parent 6a09bc4ec4
commit 9d0501f240
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ _This release is scheduled to be released on 2025-01-01._
- [linter] Add linting for markdown files (#3646) - [linter] Add linting for markdown files (#3646)
- [calendar] Add ability to display end date for full date events, where end is not same day (showEnd=true) (#3650) - [calendar] Add ability to display end date for full date events, where end is not same day (showEnd=true) (#3650)
- [core] Add text to the config.js.sample file about the locale variable (#3654, #3655) - [core] Add text to the config.js.sample file about the locale variable (#3654, #3655)
- [core] Add fetch timeout for all node_helpers (thru undici, forces node 20.18.1 minimum) to help on slower systems. - [core] Add fetch timeout for all node_helpers (thru undici, forces node 20.18.1 minimum) to help on slower systems. (#3660) (3661)
### Changed ### Changed

2
package-lock.json generated
View File

@ -51,7 +51,7 @@
"stylelint-prettier": "^5.0.2" "stylelint-prettier": "^5.0.2"
}, },
"engines": { "engines": {
"node": ">=20.18.1 <21 || 22 || >=23" "node": ">=20.18.1 <21 || >=22"
}, },
"optionalDependencies": { "optionalDependencies": {
"electron": "^32.2.7" "electron": "^32.2.7"