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

Update dependencies and remove yarn.lock to standardize on npm #116

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

PaulChass
Copy link

@PaulChass PaulChass commented Aug 31, 2024

Summary

This pull request updates the project dependencies to address security vulnerabilities and deprecated packages, and removes the yarn.lock file to standardize on npm for dependency management.

Changes Made

  • Updated dependencies to fix vulnerabilities:
    • Replaced node-static with serve-static
    • Replaced optimist with yargs
    • Updated minimist to fix critical vulnerability
  • Removed yarn.lock file to standardize on npm.

Verification

  • Ran npm audit to ensure no vulnerabilities remain.
  • Verified that all tests pass.

Additional Notes

Standardizing on a single package manager helps maintain consistency and avoids confusion for contributors and users of the project.

@PaulChass PaulChass changed the title Update dependencies and fix vulnerabilities Update dependencies and remove yarn.lock to standardize on npm Aug 31, 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

Successfully merging this pull request may close these issues.

1 participant