bugsnag / bugsnag-source-maps

CLI and JS library for uploading source maps to BugSnag
MIT License
16 stars 9 forks source link

Update glob dependency to > v9 #98

Open mrdernst opened 2 days ago

mrdernst commented 2 days ago

Describe the bug

When installing the package, two warnings are appearing:

warning @bugsnag/source-maps > glob@7.2.3: Glob versions prior to v9 are no longer supported

warning @bugsnag/source-maps > glob > inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.

Steps to reproduce

yarn add @bugsnag/source-maps

Environment

clr182 commented 2 days ago

Hi @mrdernst

Thank you for reaching out and bringing this to our attention.

For awareness we are actively working on deprecating this tool and replacing it with our CLI tool instead. However, we have added some work to our backlog to bump these dependencies when priorities allow. We will be sure to update this thread again with more info when a fix has been released.