Bug reproduced with both npm and yarn package managers
Helps only npm audit fix --force that updates some dependencies:
| package |
before |
after |
| "axios" |
"^0.19.2" |
"^0.21.1" |
| "react-scripts" |
"3.4.1" |
"^4.0.3" |
NOTE: handle updating package.json file and reinstalling dependencies fix the crash
