Description
When installing @aws/agentcore@preview globally, npm emits a deprecation warning for glob@10.5.0, which has known security vulnerabilities.
Steps to Reproduce
- Run
npm install -g @aws/agentcore@preview
-
- Observe 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
1.0.0-preview.8
Operating System
macOS
Additional Context
No response
Description
When installing
@aws/agentcore@previewglobally, npm emits a deprecation warning forglob@10.5.0, which has known security vulnerabilities.Steps to Reproduce
npm install -g @aws/agentcore@previewExpected Behavior
No deprecation warnings during installation.
Actual Behavior
CLI Version
1.0.0-preview.8
Operating System
macOS
Additional Context
No response