You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we use the semver in package.json to resolve the version to check, but if a lock file exists (yarn/npm) we need to respect it instead.
We can levrage https://github.com/snyk/nodejs-lockfile-parser for the task.
We should also probably allow the user to skip that resolving method.
The text was updated successfully, but these errors were encountered:
Currently, we use the semver in package.json to resolve the version to check, but if a lock file exists (yarn/npm) we need to respect it instead.
We can levrage https://github.com/snyk/nodejs-lockfile-parser for the task.
We should also probably allow the user to skip that resolving method.
The text was updated successfully, but these errors were encountered: