microsoft / vscode-apimanagement

VS Code extension for Azure API Management.
MIT License
60 stars 40 forks source link

Update vulnerable dependencies #301

Closed tomkerkhove closed 10 months ago

tomkerkhove commented 1 year ago

Update vulnerable dependencies by simply running npm audit fix.

Before:

58 vulnerabilities (2 low, 11 moderate, 28 high, 17 critical)

After:

34 vulnerabilities (2 low, 11 moderate, 16 high, 5 critical)

tomkerkhove commented 1 year ago

I was not able to run the tests locally so I'm feeling lucky here.

tomkerkhove commented 1 year ago

Most likely the PR pipeline will fail again on npm install for MacOS, but it succeeds on CI runs (for some reason): image