You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react-scripts@5.0.1 requires postcss@^7.0.35 via a transitive dependency on resolve-url-loader@4.0.0
I see the latest version of resolve-url-loader is 5.x, and it depends on postcss@8.x. So can we update resolve-url-loader to a non-vulnerable version? Thank you!
DysektAI, ashishkurian, JcPires, ipecador, pimerckx and 16 more
Activity
JcPires commentedon Nov 2, 2023
A link to the CVE: https://nvd.nist.gov/vuln/detail/CVE-2023-44270
Fix postcss CVE
Dror-Bar commentedon Nov 26, 2023
I had to use overrides in my package.json to overcome there errors:
However the dependency should be updated in the main branch
AnaisUrlichs commentedon Feb 7, 2024
@Dror-Bar thank you, you are going to be in my video on using Trivy to fix vulnerabilities with this suggestion -- Thank you!!!
HiickFG commentedon Jan 7, 2025
I made this PR: #13778
It involves updating the resolve-url-loader to ^5.x as part of the vulnerability solution.