Skip to content

Deprecated dependency: glob@10.5.0 triggers npm warning on install #1265

Description

@mangelino

Description

When installing @aws/agentcore@preview globally, npm emits a deprecation warning for glob@10.5.0.

Steps to Reproduce

  1. Run npm install -g @aws/agentcore@preview
  2. Observe the deprecation warning in output

Expected Behavior

No deprecation warnings during installation.

Actual Behavior

npm warn deprecated glob@10.5.0: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update.

CLI Version

preview (latest)

Operating System

macOS

Additional Context

The fix would be to update glob (or the transitive dependency pulling it in) to the latest supported version (11.x+).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions