Remove/replace dependency on MV
Author: nielmCreated May 23, 2024Updated Jun 3, 2024
npm package MV has not been updated in 9 years, and depends on a deprecated package inflight which leaks memory:
Bunyan should find a replacement for mv.
> npm install --save
npm warn deprecated [email protected]: 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 ls inflight
my-package
└─┬ [email protected]
└─┬ mv@2.1.1
└─┬ [email protected]
└─┬ [email protected]
└── [email protected]Source: trentm/node-bunyan