Description
When installing @aws/agentcore@preview globally, npm emits a deprecation warning:
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. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
Steps to Reproduce
npm install -g @aws/agentcore@preview
Expected Behavior
No deprecation warnings during installation.
Suggested Fix
Update glob (or the dependency that pulls it in) to the latest supported version (11.x+).
Description
When installing
@aws/agentcore@previewglobally, npm emits a deprecation warning:Steps to Reproduce
Expected Behavior
No deprecation warnings during installation.
Suggested Fix
Update
glob(or the dependency that pulls it in) to the latest supported version (11.x+).