Skip to content

chore: resolve open dependabot security alerts - #92

Merged
jonathannorris merged 1 commit into
mainfrom
chore/dependabot-alerts
Jul 27, 2026
Merged

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

Conversation

@jonathannorris

Copy link
Copy Markdown
Member

Summary

  • Resolved 3 open Dependabot security alerts by bumping vulnerable transitive dependencies via yarn resolutions

Dependabot Alerts Resolved

Alert Package Severity Fix
#49 fast-uri high Bumped resolution to ^3.1.4 (host confusion via literal backslash authority delimiter)
#48 fast-uri high Bumped resolution to ^3.1.4 (host confusion via failed IDN canonicalization)
#47 js-yaml medium Added resolution ^4.2.0 (quadratic-complexity DoS in merge key handling)

Test plan

  • yarn install regenerates yarn.lock with patched versions of fast-uri (3.1.4) and js-yaml (4.3.0)
  • yarn test passes (52/52 tests)

- fast-uri 3.1.2 -> 3.1.4 (high, alert #48, #49)
- js-yaml 4.1.1 -> 4.3.0 via resolution (medium, alert #47)
Copilot AI review requested due to automatic review settings July 27, 2026 16:03
@jonathannorris
jonathannorris requested a review from a team as a code owner July 27, 2026 16:03
@jonathannorris
jonathannorris enabled auto-merge (squash) July 27, 2026 16:05

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

This PR addresses open Dependabot security alerts by updating Yarn resolutions (and the resulting yarn.lock) to force patched versions of vulnerable transitive dependencies.

Changes:

  • Bumped the fast-uri resolution to ^3.1.4.
  • Added a js-yaml resolution of ^4.2.0 (lockfile resolves to 4.3.0).
  • Regenerated yarn.lock to reflect the updated resolved versions.

Reviewed changes

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

File Description
package.json Updates Yarn resolutions to enforce patched fast-uri and js-yaml versions.
yarn.lock Records the updated resolved versions (fast-uri@3.1.4, js-yaml@4.3.0).

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

@jonathannorris
jonathannorris merged commit 5fb95be into main Jul 27, 2026
7 checks passed
@jonathannorris
jonathannorris deleted the chore/dependabot-alerts branch July 27, 2026 16:54
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