Description
When installing @aws/agentcore@preview globally, npm emits a deprecation warning for glob@10.5.0.
Steps to Reproduce
- Run
npm install -g @aws/agentcore@preview
- 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+).
Description
When installing
@aws/agentcore@previewglobally, npm emits a deprecation warning forglob@10.5.0.Steps to Reproduce
npm install -g @aws/agentcore@previewExpected Behavior
No deprecation warnings during installation.
Actual Behavior
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+).