jamesbachini / DEX-Arbitrage

Example arbitrage trading bot
GNU General Public License v3.0
615 stars 350 forks source link

A lot of vulnerabilites when installing #23

Closed venturaEffect closed 1 year ago

venturaEffect commented 1 year ago

Hi James!

I tried to install after cloning the repository and got:

`removed 2 packages, and audited 1490 packages in 14s

128 packages are looking for funding run npm fund for details

51 vulnerabilities (4 low, 12 moderate, 11 high, 24 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.`

Of course I run npm audit and npm audit fix, npm audit fix --force but the vulnerabilities (specially the 11 high and the 24 critical) doesn't go away.

I have installed the latest node and npm (of course). The computer is new with all installed recently.

What I've read so far is that when this happens is to contact the person who created the repository to see if they can fix.

Wait for your response.

Appreciate!