-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I am using npm v11.6.0. npm install produces several deprecated package warnings.
$ npm install
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 warn deprecated [email protected]: Please use eslint-config-love, instead.
npm warn deprecated @humanwhocodes/[email protected]: Use @eslint/config-array instead
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated @humanwhocodes/[email protected]: Use @eslint/object-schema instead
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: This version is no longer supported. Please see https://eslint.org/version-support for other options.
> [email protected] postinstall
> cd src/licensing/gui && npm install && cd ../../..
up to date, audited 720 packages in 766ms
161 packages are looking for funding
run `npm fund` for details
1 low severity vulnerability
To address all issues, run:
npm audit fix
Run `npm audit` for details.
added 539 packages, and audited 540 packages in 3s
132 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
$ npm audit fix
up to date, audited 540 packages in 624ms
132 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
$ npm --version
11.6.0Metadata
Metadata
Assignees
Labels
No labels