0
These are just warning messages, Warning(warning), showing that its dependencies are deprecated(discontinued)
run in the root folder of your project
npm outdated
to see which versions of its dependencies are in the package.json file and which versions are Latest(Most recent)
or simply run at the root of the project
npm update
Note: It is locked in this number 582, and does not change
– Douglas Felipe