penguineer/cleanURI-webui

Replace react-scripts

Opened this issue · 0 comments

It seems that react-scripts is no longer in active development. However, security vulnerabilities pop up and cannot be fixed due to this dependency, for example:

updater | 2024/02/27 09:49:37 INFO <job_792763454> The latest possible version that can be installed is 7.0.39 because of the following conflicting dependencies:
updater | 
updater |   react-scripts@5.0.1 requires postcss@^7.0.35 via resolve-url-loader@4.0.0
updater |   No patched version available for postcss

The dependency should be replaced by a more modern alternative, for example as described in this blog article.