Skip to content

Fix Dependabot vulnerability in fast-uri#1634

Merged
priyanshu92 merged 1 commit into
mainfrom
users/priyanshu92/fix-dependabot-alerts
Jul 22, 2026
Merged

Fix Dependabot vulnerability in fast-uri#1634
priyanshu92 merged 1 commit into
mainfrom
users/priyanshu92/fix-dependabot-alerts

Conversation

@priyanshu92

Copy link
Copy Markdown
Contributor

Dependabot flagged fast-uri through the lockfile as a transitive runtime dependency. This updates the existing npm override from 3.1.2 to 3.1.4, so schema-utils and ajv-formats resolve to the patched version.

The lockfile was regenerated through npm instead of editing integrity hashes by hand. This addresses both high severity fast-uri advisories: CVE-2026-13676 and CVE-2026-16221.

Validation:

  • npm run build
  • npm test
  • npm ls fast-uri --package-lock-only --all
  • npm audit --package-lock-only

Update the fast-uri override from 3.1.2 to 3.1.4 so schema-utils and ajv-formats resolve to the patched transitive version.

Addresses CVE-2026-13676 and CVE-2026-16221.

Copilot-Session: 5e47cdbe-a2c0-41ea-853b-4597aa29125c
@priyanshu92
priyanshu92 requested review from a team as code owners July 22, 2026 14:20
@priyanshu92
priyanshu92 enabled auto-merge (squash) July 22, 2026 14:37
@priyanshu92
priyanshu92 merged commit a96b8fe into main Jul 22, 2026
9 checks passed
@priyanshu92
priyanshu92 deleted the users/priyanshu92/fix-dependabot-alerts branch July 22, 2026 14:38
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