We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb1ae4 commit ff1a727Copy full SHA for ff1a727
src/commands/cdxgen/run-cyclonedx.ts
@@ -25,7 +25,7 @@ const nodejsPlatformTypes = new Set([
25
26
export async function runCycloneDX(yargvWithYes: any) {
27
let cleanupPackageLock = false
28
- const { yes, ...yargv } = { __proto__: null, ...yargvWithYes }
+ const { yes, ...yargv } = { __proto__: null, ...yargvWithYes } as any
29
const yesArgs = yes ? ['--yes'] : []
30
if (
31
yargv.type !== YARN &&
0 commit comments