electron / asar

Simple extensive tar-like archive format with indexing
MIT License
2.57k stars 247 forks source link

Deprecated dependencies #337

Open crystalfp opened 1 week ago

crystalfp commented 1 week ago

Installing the latest version of the package gives two deprecation notices:

PS> npm -g install @electron/asar@3.2.14
npm warn deprecated 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.
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported

changed 13 packages in 846ms

Could you look at them? I think the 2nd one is straightforward to fix. Thanks!

erikian commented 5 days ago

Hey @crystalfp! We plan to bump glob and other dependencies once we're able to upgrade the minimum Node.js version and release the next major version of @electron/asar, see https://github.com/electron/asar/pull/332#issuecomment-2435407933 for details. This is a valid issue so I'll keep it open until we get around to it, just wanted to let you know about the current status.