inolen / quakejs

1.47k stars 198 forks source link

npm packages should be updated #98

Open jeanj14 opened 1 month ago

jeanj14 commented 1 month ago

I cloned the repo and found a lot of warnings messages from npm 1 moderate, 7 high, and 4 critical i want to update the npm packages in the repo and make some contributions let me know when i can do that

devesh12shetty commented 1 month ago

Run the command npm outdated to see which packages are outdated and need updating. For major updates use: npm install @latest Run npm audit to see a list of the vulnerabilities. Use npm audit fix to automatically fix minor issues. For unresolved issues, manually check and upgrade the packages. After updating, test the repo to ensure nothing breaks by running the project's test suite (if available) or using it locally.

Once you've made the updates and verified everything works well, you can contribute by creating a pull request to the original repo.