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

npm packages should be updated #98

Open
jeanj14 opened this issue Sep 23, 2024 · 1 comment
Open

npm packages should be updated #98

jeanj14 opened this issue Sep 23, 2024 · 1 comment

Comments

@jeanj14
Copy link

jeanj14 commented Sep 23, 2024

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
Copy link

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.

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

2 participants