Skip to content

fix(deps): fix security vulnerabilities in dependencies - #268

Closed
zalewskigrzegorz wants to merge 1 commit into
mainfrom
fix/deps-security-vulnerabilities
Closed

fix(deps): fix security vulnerabilities in dependencies#268
zalewskigrzegorz wants to merge 1 commit into
mainfrom
fix/deps-security-vulnerabilities

Conversation

@zalewskigrzegorz

Copy link
Copy Markdown
Contributor

What/Why/How?

What: Upgrade dependencies to fix security vulnerabilities (Dependabot alert #39).

Why: Resolve reported npm audit vulnerabilities in transitive dependencies.

How:

  • Downgrade @redocly/realm 0.132.0-next.0 → 0.131.0 (stable, includes patched axios 1.13.6)
  • Upgrade markdownlint-cli2 ^0.20.0 → ^0.21.0 (fixes markdown-it ReDoS)
  • Add overrides for dompurify, hono, minimatch, simple-git (transitive deps not yet fixed in realm)

Reference

Testing

  • npm install
  • npm audit → 0 vulnerabilities
  • npm run lint:markdown → passes

Screenshots (optional)

Check yourself

  • Code is linted
  • Tested
  • All new/updated code is covered with tests (N/A – deps only)

Security

  • Security impact of change has been considered
  • Code follows company security practices and guidelines

- Downgrade @redocly/realm 0.132.0-next.0 → 0.131.0 (stable, patched deps)
- Upgrade markdownlint-cli2 ^0.20.0 → ^0.21.0 (fixes markdown-it ReDoS)
- Add overrides for dompurify, hono, minimatch, simple-git

Made-with: Cursor
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