After successfully passing an audit in npm, I received the following results:
https://i.sstatic.net/ZueZ6.png
Now, I am attempting to update my lodash package but I'm unsure of the correct method to do so. I attempted using npm -i --save lodash, however this created another package with the latest version instead of replacing the current package. My current version of lodash is 3.7.0 and I want to update it to 4.17.5.
https://i.sstatic.net/YPBGO.png
Does anyone know how I can achieve this?