kabiroberai / node-swift

Create Node modules in Swift
MIT License
492 stars 16 forks source link

run npm audit fix #35

Closed russellbstephens closed 2 months ago

russellbstephens commented 2 months ago

Current output from npm install on main

➜  node-swift git:(main) npm install

> node-swift@1.0.0 prepare
> npm run build

> node-swift@1.0.0 build
> tsc

added 287 packages, and audited 288 packages in 2s

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

2 vulnerabilities (1 moderate, 1 high)

To address all issues, run:
  npm audit fix

Run `npm audit` for details.

Ran npm audit fix

➜  node-swift git:(main) npm audit fix

changed 3 packages, and audited 288 packages in 794ms

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

found 0 vulnerabilities