Skip to content

Address Dependabot security vulnerabilities in dev dependencies#558

Draft
Copilot wants to merge 3 commits intomainfrom
copilot/fix-dependency-issue-34
Draft

Address Dependabot security vulnerabilities in dev dependencies#558
Copilot wants to merge 3 commits intomainfrom
copilot/fix-dependency-issue-34

Conversation

Copy link
Contributor

Copilot AI commented Jan 20, 2026

Addresses multiple security vulnerabilities identified by Dependabot, primarily in development and build tooling dependencies.

Changes

  • Applied npm audit fix to update vulnerable packages
  • Updated semantic-release v24.2.9 → v25.0.2
  • Updated Babel packages to fix ReDoS vulnerabilities in generated code

Impact

  • Total vulnerabilities: 49 → 18 (63% reduction)
  • High severity: 31 → 7 (77% reduction)
  • Moderate severity: 7 → 0 (100% fixed)

Remaining Vulnerabilities

All remaining vulnerabilities exist in dev-only dependencies used for release automation:

  • tar (high): Bundled in npm package within semantic-release
  • undici (low, CVSS 3.7): Transitive via @actions/http-client in semantic-release
  • diff (low): Used by jest test framework

Production runtime code has zero known vulnerabilities.

Original prompt

Fix https://github.com/timrogers/litra/security/dependabot/34


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits January 20, 2026 10:54
Fixes dependencies with security vulnerabilities, reducing total count from 49 to 20 vulnerabilities

Co-authored-by: timrogers <116134+timrogers@users.noreply.github.com>
…lities

Updates semantic-release from v24.2.9 to v25.0.2, reducing high severity vulnerabilities from 12 to 7

Co-authored-by: timrogers <116134+timrogers@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix dependency issue identified by Dependabot Address Dependabot security vulnerabilities in dev dependencies Jan 20, 2026
Copilot AI requested a review from timrogers January 20, 2026 10:59
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.

2 participants