mateodelnorte / meta

tool for turning many repos into a meta repo. why choose many repos or a monolithic repo, when you can have both with a meta repo?
MIT License
2.03k stars 95 forks source link

Outdated dependencies reported during install #336

Open agrimstrup opened 2 months ago

agrimstrup commented 2 months ago

🐛 Bug Report

I attempted to install meta on an Ubuntu 22.04.4 LTS Linux machine using the command given. The following output was generated.

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@7.2.3: Glob versions prior to v9 are no longer supported
npm WARN deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported

added 134 packages, and audited 135 packages in 10s

6 packages are looking for funding
  run `npm fund` for details

1 critical severity vulnerability

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.

To Reproduce

Execute npm i meta -g

Expected behavior

No warnings about critical severity vulnerabilities reported.

mateodelnorte commented 2 months ago

Accepting pull requests. Vulnerabilities are low risk for a passage that is being run locally.

On Tue, Jun 4, 2024 at 2:34 AM agrimstrup @.***> wrote:

🐛 Bug Report

I attempted to install meta on an Ubuntu 22.04.4 LTS Linux machine using the command given. The following output was generated.

npm WARN deprecated @.: 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 versions prior to v9 are no longer supported npm WARN deprecated @.***: Rimraf versions prior to v4 are no longer supported

added 134 packages, and audited 135 packages in 10s

6 packages are looking for funding run npm fund for details

1 critical severity vulnerability

Some issues need review, and may require choosing a different dependency.

Run npm audit for details.

To Reproduce

Execute npm i meta -g Expected behavior

No warnings about critical severity vulnerabilities reported.

— Reply to this email directly, view it on GitHub https://github.com/mateodelnorte/meta/issues/336, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEHOXYXZSAYNGEN3UIL5I3ZFVUXJAVCNFSM6AAAAABIX5RR4GVHI2DSMVQWIX3LMV43ASLTON2WKOZSGMZTENZXGYYTONY . You are receiving this because you are subscribed to this thread.Message ID: @.***>