Skip to content

fix: patch 11 dependency vulnerabilities#8

Merged
dcbouius merged 1 commit into
mainfrom
fix/npm-audit-vulnerabilities
May 13, 2026
Merged

fix: patch 11 dependency vulnerabilities#8
dcbouius merged 1 commit into
mainfrom
fix/npm-audit-vulnerabilities

Conversation

@dcbouius
Copy link
Copy Markdown
Contributor

Summary

  • Ran npm audit fix to resolve 11 of 13 dependency vulnerabilities (5 high, 6 moderate)
  • Patched transitive dependencies: minimatch, glob, flatted, picomatch, postcss, brace-expansion, ajv, js-yaml, mdast-util-to-hast, yaml, @eslint/plugin-kit
  • 2 remaining moderate issues are a postcss vulnerability bundled inside Next.js — fixing requires downgrading Next.js to 9.x which is not viable

Test plan

  • Verify npm install completes without errors
  • Verify npm run build succeeds
  • Verify npm audit shows only 2 remaining moderate vulnerabilities
  • Smoke test the chat UI locally

Resolves 5 high and 6 moderate severity issues in transitive
dependencies including minimatch, glob, flatted, picomatch,
postcss, brace-expansion, ajv, js-yaml, mdast-util-to-hast,
yaml, and @eslint/plugin-kit.
@dcbouius dcbouius merged commit 4163412 into main May 13, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant