Skip to content

[BUG] npm warn deprecated uuid@9.0.1 dependency #48

Description

@diegokhorinis

Description

When installing the CLI globally, npm shows a deprecation warning for the uuid dependency:

npm warn deprecated uuid@9.0.1: Please upgrade to version 11 or higher.

Steps to Reproduce

  1. Run npm install -g @termly-dev/cli
  2. Observe the deprecation warning in the output

Expected Behavior

No deprecation warnings during installation.

Suggested Fix

Update the uuid dependency in package.json from ^9.0.0 to ^11.0.0 (or latest). The current version 9.x is marked as deprecated by the uuid maintainers.

Environment

  • Node.js version: current LTS
  • npm version: latest
  • CLI version: 1.9.5

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