Description
Run `npm audit fix` to address known security vulnerabilities in dependencies.
Current State
The `package-lock.json` has been modified (shows in git status), suggesting dependency changes are in progress. A full audit should be run to identify and fix vulnerabilities.
Steps
- Run `npm audit` to identify vulnerabilities
- Run `npm audit fix` for automatic fixes
- For breaking changes, evaluate `npm audit fix --force` on a case-by-case basis
- Test the app after updates to ensure nothing breaks
Acceptance Criteria
Description
Run `npm audit fix` to address known security vulnerabilities in dependencies.
Current State
The `package-lock.json` has been modified (shows in git status), suggesting dependency changes are in progress. A full audit should be run to identify and fix vulnerabilities.
Steps
Acceptance Criteria