Skip to content

chore: resolve open dependabot security alerts#187

Merged
jonathannorris merged 1 commit into
mainfrom
chore/dependabot-alerts
May 6, 2026
Merged

chore: resolve open dependabot security alerts#187
jonathannorris merged 1 commit into
mainfrom
chore/dependabot-alerts

Conversation

@jonathannorris

Copy link
Copy Markdown
Member

Summary

Resolved 5 open Dependabot security alerts by adding npm overrides for transitive dependencies.

Dependabot Alerts Resolved

Alert Package Severity Fix
#40 brace-expansion medium Override <1.1.131.1.13
#32 flatted high Override <=3.4.13.4.2
#33, #34 picomatch high/medium Override <2.3.22.3.2
#36 picomatch medium Override >=4.0.0 <4.0.44.0.4

- brace-expansion <1.1.13 -> 1.1.13 (medium, alert #40)
- flatted <=3.4.1 -> 3.4.2 (high, alert #32)
- picomatch <2.3.2 -> 2.3.2 (high/medium, alerts #33-#34)
- picomatch >=4.0.0 <4.0.4 -> 4.0.4 (medium, alert #36)
Copilot AI review requested due to automatic review settings May 6, 2026 13:34
@jonathannorris
jonathannorris requested a review from a team as a code owner May 6, 2026 13:34

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Resolves multiple open Dependabot security alerts by forcing patched versions of vulnerable transitive npm dependencies via root-level overrides, and updating the lockfile accordingly.

Changes:

  • Added npm overrides in package.json to pin patched versions of brace-expansion, flatted, and picomatch.
  • Updated package-lock.json to reflect the overridden dependency resolutions.

Reviewed changes

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

File Description
package.json Adds overrides entries to pin patched transitive dependency versions.
package-lock.json Updates resolved versions/integrity hashes for overridden transitive dependencies.

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

@jonathannorris
jonathannorris enabled auto-merge (squash) May 6, 2026 13:51
@jonathannorris
jonathannorris merged commit 7cc8f07 into main May 6, 2026
9 checks passed
@jonathannorris
jonathannorris deleted the chore/dependabot-alerts branch May 6, 2026 15:16
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