Создаю полностью новый проект npx create-react-app .
и сразу после создания добавляю react-router-dom npm install react-router-dom
После установки получаю сообщение 8 vulnerabilities (2 moderate, 6 high) To address all issues (including breaking changes), run: npm audit fix –force
Выполняю команду: npm audit fix –force После выполнения получаю: 131 vulnerabilities (1 low, 104 moderate, 22 high, 4 critical)
Что я делаю неправильно? Только начал вработать с reactJS
Ниже добавляю версии пакетов из package.json «react»: «^18.2.0», «react-dom»: «^18.2.0», «react-router-dom»: «^6.20.1», «react-scripts»: «^3.0.1», «web-vitals»: «^2.1.4»