①経緯:npm install をしたときに↓のような表示が出たので
added 2 packages, and audited 1289 packages in 7s
105 packages are looking for funding
run `npm fund` for details
90 vulnerabilities (84 moderate, 6 high)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
②:まず翻訳機にかけてみる
2パッケージ追加、7sで1289パッケージの監査を実施
105個のパッケージがを募集しています
詳細は `npm fund` を実行してください。
90件の脆弱性(中程度84件、高程度6件)
注意を払う必要のない問題に対処するには、実行します。
npm audit fix
すべての問題(ブレークチェンジを含む)に対処するには、実行します。
npm audit fix --force
詳細は `npm audit` を実行してください。
③:警告文の指示通りにコマンドをするだけ
npm audit fix
私の場合これで脆弱性が減りました・・・が0になってはいないので
引き続き調査します・・・