Help me resolve these high severity vulnerabilities | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Help me resolve these high severity vulnerabilities

$ npm install -D rimraf prettier babel-eslint eslint-plugin-react eslint-plugin-jsx-a11y eslint-plugin-import eslint-config-prettier eslint-config-airbnb eslint-plugin-react-hooks npm WARN deprecated [email protected]: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. added 7 packages, and audited 1471 packages in 12s 225 packages are looking for funding run `npm fund` for details 9 high severity vulnerabilities To address all issues (including breaking changes), run: npm audit fix --force Run `npm audit` for details. How to resolve this??

24th Oct 2022, 11:37 AM
Asha
Asha - avatar
6 Answers
+ 1
Looks like you run "npm audit". If you're not sure how to do that, I'd look online.
24th Oct 2022, 12:01 PM
Ausgrindtube
Ausgrindtube - avatar
+ 1
fix available via `npm audit fix --force` Will install [email protected], which is a breaking change To address all issues (including breaking changes), run: npm audit fix --force
24th Oct 2022, 1:55 PM
Ausgrindtube
Ausgrindtube - avatar
+ 1
</CODER> isn't react the language?
25th Oct 2022, 12:06 PM
Ausgrindtube
Ausgrindtube - avatar
0
Ausgrindtube This is what it shows after running npm audit https://code.sololearn.com/Wkhh0xPYbNWg/?ref=app
24th Oct 2022, 12:11 PM
Asha
Asha - avatar
0
Ausgrindtube thanks for all the support. I've a new issue, would you mind helping out this as well? Many thanks. https://www.sololearn.com/post/1713738/?ref=app
27th Oct 2022, 5:53 AM
Asha
Asha - avatar