purifycss / gulp-purifycss

Removed unused CSS with the gulp build tool
MIT License
336 stars 21 forks source link

npm warn deprecated #31

Open MyNameTony1000 opened 2 months ago

MyNameTony1000 commented 2 months ago

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@5.0.15: Glob versions prior to v9 are no longer supported npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported

npm ls core-js outputs:

-- gulp-purifycss@0.2.0
  -- glob@5.0.15
    -- inflight@1.0.6 deduped

-- gulp-purifycss@0.2.0
  -- glob@5.0.15
  -- purify-css@1.2.5
    -- glob@7.2.3 deduped

How can I fix this moment?