Skip to content

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

Open
PaulChass wants to merge 2 commits intobttmly:masterfrom
PaulChass:master
Open

Update dependencies and remove yarn.lock to standardize on npm#116
PaulChass wants to merge 2 commits intobttmly:masterfrom
PaulChass:master

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