npm warning deprecated pckgs inflight, glob and google-p12-pem
Unanswered
American Wirehair posted this in #help-forum
American WirehairOP
hey, i have a next app deployed on firebase. During the deployment process, below warnings appear on console.
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@8.1.0: Glob versions prior to v9 are no longer supported
npm warn deprecated google-p12-pem@4.0.1: Package is no longer maintained
i am having memory management issues on my ssr function and think that it might be related with this warning. Those dependencies are not present in my code explicitly. Anyone has idea where is it coming from or how to fix it ? thanks in advance
my next version is 14.0.2 and fb cli is 13.22.0
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@8.1.0: Glob versions prior to v9 are no longer supported
npm warn deprecated google-p12-pem@4.0.1: Package is no longer maintained
i am having memory management issues on my ssr function and think that it might be related with this warning. Those dependencies are not present in my code explicitly. Anyone has idea where is it coming from or how to fix it ? thanks in advance
my next version is 14.0.2 and fb cli is 13.22.0