Skip to content

Deprecated glob@10.5.0 warning during npm install (via rimraf) #18327

@ajgcvm

Description

@ajgcvm

Summary
During a fresh global install of @google/gemini-cli@latest, npm prints a deprecation warning for glob@10.5.0. The dependency chain shows it coming from rimraf via gaxios.

Steps to reproduce

  1. NPM_CONFIG_PREFIX=/Users/antoniomello/.npm-global npm install -g @google/gemini-cli@latest

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.

Dependency chain

@google/gemini-cli@0.27.0
└─┬ @google/genai@1.30.0
  └─┬ google-auth-library@10.5.0
    └─┬ gaxios@7.1.3
      └─┬ rimraf@5.0.10
        └── glob@10.5.0

Environment

  • gemini-cli: 0.27.0
  • node: v25.1.0
  • npm: 11.6.2
  • OS: macOS (Apple Silicon)

Let me know if you'd like any additional details.

Metadata

Metadata

Assignees

Labels

area/coreIssues related to User Interface, OS Support, Core Functionalitykind/bugpriority/p3Backlog - a good idea but not currently a priority.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions