IsThereAnyDeal / AugmentedSteam

Augments your Steam Experience
https://augmentedsteam.com
GNU General Public License v3.0
1.31k stars 85 forks source link

Update NPM packages #1899

Closed Saibamen closed 2 months ago

Saibamen commented 2 months ago
  1. Deleted node_modules folder
  2. Deleted package-lock.json
  3. npm install
tfedor commented 2 months ago

I don't understand the motivation behind this PR.

Saibamen commented 2 months ago

@tfedor: Keeping dependencies updated offers several benefits for open-source projects:

Consider using a tool like npm audit to identify any known vulnerabilities in your current dependencies. There are also tools like npm outdated that can show outdated packages.