Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security and compatibility concerns with deprecated packages on OpenBSD 7.3 (amd64) #5642

Closed
wesley974 opened this issue Jul 16, 2023 · 2 comments

Comments

@wesley974
Copy link

# npm i -g pm2
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated vm2@3.9.19: The library contains critical security issues and should not be used for production! The maintenance of the project has been discontinued. Consider migrating your code to isolated-vm.

changed 184 packages in 55s

12 packages are looking for funding
  run `npm fund` for details
p2# npm install uuid@latest

added 1 package in 2s

How can I fix that?

# npm -v
9.8.0
# node -v
v18.15.0

Thank you very much for your help!

@boxexchanger
Copy link

#5639

@Unitech
Copy link
Owner

Unitech commented May 24, 2024

Feature landed

Update PM2 to 5.4.0

$ npm install pm2@5.4.0 -g
$ pm2 update

@Unitech Unitech closed this as completed May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants