fix(deps): resolve known security vulnerabilities#237
Open
stevenfackley wants to merge 2 commits into
Open
Conversation
Bump vulnerable dependencies flagged by the GitHub/OSV advisory database: npm audit fixes, upward-only direct bumps, and scoped overrides for transitive packages (brace-expansion, shell-quote, postcss, esbuild, ws, undici, minimatch, glob, cookie); pnpm overrides; lockfile re-resolution. No dependency was downgraded (verified against HEAD). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011ZwgeVpoxnDRL78Dw1bSu1
- Regenerate complete lockfiles with full npm install (npm ci was failing on missing entries from --package-lock-only updates) - Constrain brace-expansion overrides per-major (1.1.16 / 2.1.2 / 5.0.7); the audit-fix '>=1.1.16' override was jumping minimatch's dependency across majors and breaking ESLint at runtime - Cap vitest override at ~3.2.6 where vite 5 is in use (vitest 4 needs vite 6) - ai-fit: add required TextArea props surfaced by react-native type bump Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011ZwgeVpoxnDRL78Dw1bSu1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Security sweep per GitHub/OSV advisories: brace-expansion override + npm audit fixes in src/StackAlchemist.Web. Lockfile-only; no downgrades.
🤖 Generated with Claude Code
https://claude.ai/code/session_011ZwgeVpoxnDRL78Dw1bSu1
Generated by Claude Code