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

Fix for Node Security Patch CVE-2024-27980 #141

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

YetAnotherClown
Copy link
Collaborator

Closes #140

In April, Node released a security patch labeled CVE-2024-27980. This PR follows the instructions in the security release and fixes the relevant issue.

@SPOOKEXE
Copy link

Someone contact evaera to merge into main :)

@YetAnotherClown
Copy link
Collaborator Author

@SPOOKEXE

The Node Security Patch only affects v18+, so in the meantime you can use any version of Node.js below that.

Some solutions are:

If you use Node Version Manager (either version), you can run nvm install 17, nvm use 17 and then npm i -g moonwave. You will be able to use moonwave normally after that.

@SPOOKEXE
Copy link

Thanks!

@evaera evaera merged commit 47de864 into evaera:master Jun 4, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

"moonwave dev" cannot run due to npm security patch
3 participants