-
Notifications
You must be signed in to change notification settings - Fork 11.7k
Open
Labels
area/coreIssues related to User Interface, OS Support, Core FunctionalityIssues related to User Interface, OS Support, Core Functionalitykind/bugpriority/p3Backlog - a good idea but not currently a priority.Backlog - a good idea but not currently a priority.
Description
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
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/coreIssues related to User Interface, OS Support, Core FunctionalityIssues related to User Interface, OS Support, Core Functionalitykind/bugpriority/p3Backlog - a good idea but not currently a priority.Backlog - a good idea but not currently a priority.