-
-
Notifications
You must be signed in to change notification settings - Fork 272
Open
Labels
Description
Chore summary
We use @stoplight/spectral-cli in our project.
npm warns us of deprecated subdependencies:
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]: Glob versions prior to v9 are no longer supported
$ npm why [email protected]
[email protected] dev
node_modules/inflight
inflight@"^1.0.4" from [email protected]
node_modules/@rollup/plugin-commonjs/node_modules/glob
glob@"^7.1.6" from @rollup/[email protected]
node_modules/@rollup/plugin-commonjs
@rollup/plugin-commonjs@"~22.0.2" from @stoplight/[email protected]
node_modules/@stoplight/spectral-ruleset-bundler
@stoplight/spectral-ruleset-bundler@"^1.6.0" from @stoplight/[email protected]
node_modules/@stoplight/spectral-cli
dev @stoplight/spectral-cli@"^6.15.0" from the root project
Tasks
- Bump the used version of glob to a non-deprecated version.