thamara / vscode-code-annotation

Code Annotation Extension for VSCode
https://marketplace.visualstudio.com/items?itemName=tkcandrade.code-annotation
GNU General Public License v3.0
67 stars 27 forks source link

run 'npm audit fix' #47

Open Parkersungwoo opened 4 months ago

Parkersungwoo commented 4 months ago

Hey 👋🏼

Setting up this project for the first time and ran npm install which produced the following:

up to date, audited 228 packages in 713ms

36 packages are looking for funding
  run `npm fund` for details

12 vulnerabilities (1 low, 2 moderate, 5 high, 4 critical)

To address all issues, run:
  npm audit fix

Run `npm audit` for details.

This PR introduces the changes from running npm audit fix.