We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d263ed commit 86dfbedCopy full SHA for 86dfbed
1 file changed
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