@vue/cli 4.5.13をインストールしたところ、いきなり警告メッセージが出ました。
8 vulnerabilities (4 moderate, 4 high) Some issues need review, and may require choosing a different dependency. Run `npm audit` for details.
警告メッセージの通り「npm audit」したところ以下のメッセージが吐き出されました。
$ npm audit # npm audit report glob-parent <5.1.2 Severity: moderate Regular expression denial of service - https://npmjs.com/advisories/1751 No fix available node_modules/glob-parent fast-glob <=2.2.7 Depends on vulnerable versions of glob-parent node_modules/fast-glob globby 8.0.0 - 9.2.0 Depends on vulnerable versions of fast-glob node_modules/globby @vue/cli <=5.0.0-alpha.1 Depends on vulnerable versions of @vue/cli-ui Depends on vulnerable versions of globby node_modules/@vue/cli @vue/cli-ui * Depends on vulnerable versions of globby Depends on vulnerable versions of watch node_modules/@vue/cli-ui merge <2.1.1 Severity: high Prototype Pollution - https://npmjs.com/advisories/1666 No fix available node_modules/merge exec-sh <=0.3.1 Depends on vulnerable versions of merge node_modules/exec-sh watch >=0.14.0 Depends on vulnerable versions of exec-sh node_modules/watch @vue/cli-ui * Depends on vulnerable versions of globby Depends on vulnerable versions of watch node_modules/@vue/cli-ui @vue/cli <=5.0.0-alpha.1 Depends on vulnerable versions of @vue/cli-ui Depends on vulnerable versions of globby node_modules/@vue/cli
せめて、4件の高リスク脆弱性は解消したいのですが、インストールしているのはVue-CLI4.5.13だけなので、何をすれば解消出来るのか見当も付きません。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/08/05 13:57
2021/08/05 14:04 編集
2021/08/05 14:27