Skip to content

Dependabot doesn't provide transitive dependency version #32317

Answered by cah-ken
cah-ken asked this question in Code Security
Discussion options

You must be logged in to vote

I've found a solution.

  1. Use the following command to list the versions of a package: npm view @angular-devkit/build-angular versions
  2. Run the following command, incrementing the version, until you find the version that no longer uses the vulnerable package: npx npm-remote-ls @angular-devkit/build-angular@12.2.14 | findstr ' minimist@'

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by cah-ken
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment