Description
Running npm install produces:
41 vulnerabilities (1 low, 6 moderate, 29 high, 5 critical)
Running npm audit fix produces:
8 vulnerabilities (1 low, 7 high)
Now am faced with a situation which will produce breaking changes!!
As a developer who is an npm and wasm novice this looks like a potentially big climb when I am not even sure the previous steps are correct.
I am willing and able to work through this or step back and start again but I think I need some help. Judging by other issues raised so do others!
$ npm ls
[email protected] ~/code/wasm-rust/rust-and-webassembly-book/wasm-game-of-life/www
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]
$ npm ls -g
~/.nvm/versions/node/v20.11.1/lib
├── [email protected]
├── [email protected]
└── [email protected]
Activity