We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753a37f commit 9199a58Copy full SHA for 9199a58
1 file changed
src/commands/fix/pnpm-fix.ts
@@ -172,8 +172,12 @@ export async function pnpmFix(
172
firstPatchedVersionIdentifier,
173
vulnerableVersionRange
174
} of infos) {
175
+ debugLog('name', name)
176
+ debugLog('oldVersion', oldVersion)
177
+ debugLog('pkgJsonPath', pkgJsonPath)
178
const node = findPackageNode(actualTree, name, oldVersion)
179
if (!node) {
180
+ debugLog('skipping no node', pkgJsonPath)
181
continue
182
}
183
0 commit comments