Only-Moon / Comfi

Very functional general purpose bot.
https://comfibot.tk
Other
17 stars 6 forks source link

Update npm packages in package.json #27

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

This PR introduces a new utility script that checks the version of each npm package listed in the package.json file, compares it with the latest version in the npm repository, and updates the package.json file if necessary.

The script is run with the command yarn run update-packages. It uses the fs module to read the package.json file, the axios module to make requests to the npm API, and the child_process module to run the yarn upgrade command.

This will help ensure that the project is always using the latest versions of its dependencies, which can include important bug fixes and performance improvements.

Please review and let me know if any changes are required.

Fixes #24.

To checkout this PR branch, run the following command in your terminal:

git checkout sweep/sweep/update-npm-packages_1