vscode-elements / elements

Web component library for developing Visual Studio Code extensions
https://vscode-elements.github.io
MIT License
156 stars 27 forks source link

`npm i` reports many vulnerabilities #166

Closed gjsjohnmurray closed 1 month ago

gjsjohnmurray commented 1 month ago

After I forked this repo, cloned locally and ran npm i I got a lot of messages and this summary:

45 vulnerabilities (2 low, 6 moderate, 32 high, 5 critical)

To address issues that do not require attention, run:
  npm audit fix

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.
bendera commented 1 month ago

I've never seen this screen like this before. image