fix: bump ws to 8.20.1 to resolve advisory#2225
Conversation
Resolves GHSA-58qx-3vcg-4xpx (uninitialised memory disclosure in ws 8.0.0 - 8.20.0), which was causing `npm audit --production` to fail in the lint CI job. Lockfile-only change; package.json's `^8.17.1` range already permits 8.20.1. [1] GHSA-58qx-3vcg-4xpx
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
wsfrom 8.17.1 to 8.20.1 (lockfile only) to resolve GHSA-58qx-3vcg-4xpx (uninitialised memory disclosure, ws 8.0.0 - 8.20.0).npm audit --productionstep in the lint CI job onmain.package.jsonchange needed — the existing^8.17.1range already permits 8.20.1.Supersedes #2224 (closed due to branch rename).
Test plan
npm audit --productionruns clean locally🤖 Generated with Claude Code