You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: