You should be able to simply update the version of the core-js module that is requested within the warning message:
npm install --save core-js@^3
For what it’s worth npm has a nifty feature that lets you see which packages are outdated
npm outdated
You can also update packages to the latest versions using the update command