Skip to content

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

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

fix(deps): fix security vulnerabilities in dependencies#267
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:

  • Upgrade @redocly/realm 0.130.4 → 0.131.0 (includes patched axios 1.13.6, fixes multiple transitive deps)
  • Upgrade markdownlint-cli2 ^0.20.0 → ^0.21.0 (fixes markdown-it ReDoS)
  • Remove redundant axios override (realm 0.131.0 already bundles axios 1.13.6)

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

- Upgrade @redocly/realm 0.130.4 → 0.131.0
- Upgrade markdownlint-cli2 ^0.20.0 → ^0.21.0
- Remove redundant axios override (realm 0.131.0 includes axios 1.13.6)

Made-with: Cursor
@zalewskigrzegorz
zalewskigrzegorz marked this pull request as ready for review March 16, 2026 20:24
@zalewskigrzegorz
zalewskigrzegorz requested a review from a team as a code owner March 16, 2026 20:24
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