Skip to content

security: fix 10 known npm vulnerabilities#54

Open
t0kubetsu wants to merge 1 commit into
mainfrom
security/npm-audit-fix
Open

security: fix 10 known npm vulnerabilities#54
t0kubetsu wants to merge 1 commit into
mainfrom
security/npm-audit-fix

Conversation

@t0kubetsu
Copy link
Copy Markdown

Summary

  • Runs npm audit fix to resolve all 10 reported vulnerabilities (7 high, 3 moderate) in the dependency tree
  • Affected packages: vite, rollup, flatted, minimatch, tar, ajv, brace-expansion, postcss
  • Result: npm audit now reports 0 vulnerabilities

Closes #50

Test plan

  • npm audit reports 0 vulnerabilities after this PR
  • npm run build still succeeds
  • npm run test:unit -- --run still passes

Resolves HIGH severity advisories in vite (path traversal, file read,
query bypass), rollup (arbitrary file write), flatted (prototype pollution),
minimatch (ReDoS), tar (symlink path traversal), and MODERATE issues in
ajv, brace-expansion, and postcss. Closes #50.
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.

security: update dependencies to address known npm vulnerabilities

1 participant