in my react app , i have integrated veracode. In the scan reports it is picking up the libraries from package-lock.json and showing it as high vulnerability.While those packages are in latest version in package.json. Some of the libraries in package-lock.json requires the previous versions of libraries , like this
Invalid: lock file's lodash@4.17.4 does not satisfy lodash@4.17.15
Is there anyway to fix the lock file version number.
Thanks in advance.