vscode-code-annotation icon indicating copy to clipboard operation
vscode-code-annotation copied to clipboard

run 'npm audit fix'

Open Parkersungwoo opened this issue 1 year ago • 0 comments

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.

Parkersungwoo avatar May 16 '24 16:05 Parkersungwoo