Skip to content

chore(deps): Resolve security vulnerability alerts#278

Merged
liamhughes merged 2 commits intomainfrom
liamhughes/resolve-security-alerts
Apr 24, 2026
Merged

chore(deps): Resolve security vulnerability alerts#278
liamhughes merged 2 commits intomainfrom
liamhughes/resolve-security-alerts

Conversation

@liamhughes liamhughes requested a review from a team as a code owner April 24, 2026 03:53
# Conflicts:
#	pnpm-lock.yaml
@liamhughes liamhughes force-pushed the liamhughes/resolve-security-alerts branch from 70bd80e to 85ee9d1 Compare April 24, 2026 03:54
@liamhughes liamhughes requested review from a team and Copilot and removed request for a team April 24, 2026 03:54
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses multiple GitHub security vulnerability alerts by forcing patched versions of vulnerable transitive dev-dependencies via pnpm.overrides, and updating the lockfile accordingly.

Changes:

  • Add pnpm.overrides entries for flatted, minimatch, and lodash to ensure patched versions are used.
  • Regenerate pnpm-lock.yaml so dependency graph resolves to the overridden versions (e.g., flatted@3.4.2, minimatch@3.1.3, lodash@4.18.1).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Adds new pnpm.overrides entries to pin patched versions for flagged vulnerable ranges.
pnpm-lock.yaml Updates resolved versions and lock entries to reflect the new override pins across the dependency graph.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@liamhughes liamhughes merged commit c3917d3 into main Apr 24, 2026
6 checks 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.

3 participants