[dashboard] Upgrade react-scripts to latest version due to vulnerable dependencies #4502
Labels
component/ui
Issue related to kubeapps UI
kind/enhancement
An issue that reports an enhancement for an implemented feature
Milestone
Description:
Currently Dashboard is using
react-scripts
v4.0.3.When running
yarn audit
, 27 vulnerabilities are found:19 out of those 21 are related to
react-scripts
.Some of those vulnerabilities can be found also in Dependabot's security report here.
Upgrading to v5 should fix most of the vulnerabilities, but it will require some work.
This version introduces breaking changes, so source code adaptations are needed too.
Dependency-wise, after upgrading to v5, only 3 vulnerabilities are left as of today. Two of them are related to
swagger-ui-react
.The text was updated successfully, but these errors were encountered: