Skip to content

Address open Undici Dependabot alerts via serverless override + lockfile update#201

Merged
jayhill merged 1 commit into
mainfrom
copilot/address-undici-vulnerabilities
Mar 29, 2026
Merged

Address open Undici Dependabot alerts via serverless override + lockfile update#201
jayhill merged 1 commit into
mainfrom
copilot/address-undici-vulnerabilities

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 29, 2026

The highest-severity Dependabot alerts were all tied to vulnerable undici versions in the serverless dependency graph. This PR updates transitive resolution so all open Undici alerts are handled in one focused change set.

  • Scope

    • Targets the serverless workspace, where undici is present transitively.
    • Keeps the fix narrow: no unrelated dependency upgrades.
  • Dependency resolution change

    • Adds an npm override in serverless/package.json to force patched undici resolution (^6.24.0).
    • Regenerates serverless/package-lock.json accordingly.
  • Resolved outcome

    • Lockfile now resolves undici from 6.23.0 to 6.24.1, which is within the patched range for the reported advisories.
{
  "overrides": {
    "undici": "^6.24.0"
  }
}

Agent-Logs-Url: https://github.com/CodeWithAsheville/zipcase/sessions/da4eeed4-f913-46df-8109-f779f83b8873

Co-authored-by: jayhill <116148+jayhill@users.noreply.github.com>
@jayhill jayhill marked this pull request as ready for review March 29, 2026 15:01
@jayhill jayhill merged commit e6d59b9 into main Mar 29, 2026
8 checks passed
@jayhill jayhill deleted the copilot/address-undici-vulnerabilities branch March 29, 2026 15:01
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