Dependabot doesn't provide transitive dependency version #32317
-
Hi, In a dependabot alert, if it is unable to update a dependency due to a transitive dependency restriction, a message like the following will be displayed: 1.2.6 is the version on minimist where the vulnerability is fixed, however it doesn't mention what versions of mkdirp or build-angular are needed in order to remove the constraint. Is there a way, either in or outside dependabot, to determine the versions needed to fix the issue? I've looked all over but I've been unable to find a place that lists dependencies by version. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I've found a solution.
|
Beta Was this translation helpful? Give feedback.
I've found a solution.
npm view @angular-devkit/build-angular versions
npx npm-remote-ls @angular-devkit/build-angular@12.2.14 | findstr ' minimist@'