I just noticed our build pipelines failing which used node 18. When investigating the issue I found that this was dus to this error: ``` error lru-cache@11.0.2: The engine "node" is incompatible with this module. Expected version "20 || >=22". Got "18.20.5" ``` Digging deeper this package is introduced as a new dependency in the `@asamuzakjp/css-color` package that is added, as the npm list output shows: ``` cssstyle@4.2.1 └─┬ @asamuzakjp/css-color@2.8.2 └── lru-cache@11.0.2 ```