vercel / nft

Node.js dependency tracing utility
https://npmjs.com/@vercel/nft
MIT License
1.31k stars 136 forks source link

fix(deps): bump `glob@10.3.10` and `picomatch@3.0.1` #390

Open styfle opened 8 months ago

styfle commented 8 months ago
Shooteger commented 3 months ago

Is the windows error you mentioned fixed here or is it mergeable? Already wanted to push a pr myself to fix the old glob version, which leaks memory through using "inflight@1.0.6" still.

styfle commented 1 month ago

The comment here still holds true: https://github.com/vercel/nft/issues/389#issuecomment-1924595725

Feel free to make a new PR if you have a fix.

Also note that Node.js 22 added a built-in fs.glob() so it might be best to wait for that to become stable.