Skip to content

[email protected] bundles vulnerable undici and @opentelemetry dependencies #600

Description

@kartikkabadi

TL;DR: npm audit on 1.4.6 shows 33 findings, 3 high, all in undici and OpenTelemetry. ai-sdk pins undici ^5.29.0 so it can't be fixed locally. Need an update that bumps those deps.

From here on the slop:

Summary:
npm audit on a fresh install of [email protected] reports 33 vulnerabilities, 3 of them high severity. They are in transitive dependencies and cannot be fixed without upstream updates.

Expected behavior:
Dependencies should be on patched versions.

Actual behavior:

Steps to reproduce:

  1. npm init -y
  2. npm install [email protected]
  3. npm audit

Version: 1.4.6
OS: macOS
Terminal/shell: ghostty / zsh

Additional context:
ai-sdk/provider-utils depends on undici ^5.29.0 and @opentelemetry/sdk-node uses exact versions, so npm audit fix cannot resolve these without breaking changes or waiting for ai-sdk and OpenTelemetry updates.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions