-
-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect extracted requirement when parsing yarn.lock #3931
Labels
Comments
JonoYang
added a commit
that referenced
this issue
Sep 25, 2024
Signed-off-by: Jono Yang <[email protected]>
JonoYang
added a commit
that referenced
this issue
Sep 28, 2024
Signed-off-by: Jono Yang <[email protected]>
We've come across package-lock.json and yarn.lock where the dependency is listed like this:
This is an alias (https://docs.npmjs.com/cli/v10/using-npm/package-spec#aliases) where the stuff on the right hand side ( |
JonoYang
added a commit
that referenced
this issue
Oct 3, 2024
Signed-off-by: Jono Yang <[email protected]>
JonoYang
added a commit
that referenced
this issue
Oct 3, 2024
Signed-off-by: Jono Yang <[email protected]>
JonoYang
added a commit
that referenced
this issue
Oct 8, 2024
Signed-off-by: Jono Yang <[email protected]>
JonoYang
added a commit
that referenced
this issue
Oct 8, 2024
Signed-off-by: Jono Yang <[email protected]>
JonoYang
added a commit
that referenced
this issue
Oct 8, 2024
Signed-off-by: Jono Yang <[email protected]>
JonoYang
added a commit
that referenced
this issue
Oct 8, 2024
Signed-off-by: Jono Yang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a yarn.lock file with the dependency
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0"
and we are not parsing it correctly. The extracted_requirement returned from this isnpm:wrap-ansi@^7.0.0
, where^7.0.0
should be returned.The text was updated successfully, but these errors were encountered: