-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolve vulnerabilities in frontend dependencies after React upgrade #3328
Comments
Most urgent priority following react upgrade |
12/30: Running into issues with accessibility tests, can discuss in office hours/when Jan is back |
almost all vulnerabilities are due to react-script version, when we upgrade it to version 5, then we will only see Another approach is to force dependency packages with vulnerabilities using "overrides", but it causes build fails, test failure, etc, and only a handful of packages can be upgraded with no visible issue. see: |
my results:
|
Background
After the upgrade to
react-scripts
version 5 in #1577, we observed several vulnerabilities reported bynpm audit.
Specifically, the audit shows 29 vulnerabilities with 18 moderate and 11 high severity.The goal of this ticket is to address and resolve the vulnerabilities, ideally by running
npm audit fix
. We will also document any unresolved vulnerabilities and create follow-up tickets for issues that require further attention.Acceptance Criteria
Tasks
Notes
List of vulnerabilities
The text was updated successfully, but these errors were encountered: