BalticAmadeus / ProBro

VSCode extension for Progress OpenEdge Database browsing
https://marketplace.visualstudio.com/items?itemName=BalticAmadeus.pro-bro&ssr=false#overview
Apache License 2.0
5 stars 2 forks source link

nmp install 5 vulnerabilities (3 moderate, 1 high, 1 critical) #577

Open cverbiest opened 3 hours ago

cverbiest commented 3 hours ago

Describe the bug npm install lists vulnerabilities

To Reproduce Steps to reproduce the behavior:

  1. clone the repo
  2. run npm install

Expected behavior npm install vulnerabilities are fixed

Screenshots

PS C:\development\workspaces\Pborg> npm install

added 1032 packages, and audited 1033 packages in 37s

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

5 vulnerabilities (3 moderate, 1 high, 1 critical)

To address all issues, run:
  npm audit fix

Run `npm audit` for details.
PS C:\development\workspaces\Pborg> npm audit fix

added 1 package, removed 4 packages, changed 40 packages, and audited 1030 packages in 6s

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

found 0 vulnerabilities
cverbiest commented 3 hours ago

see PR https://github.com/BalticAmadeus/ProBro/pull/578