Skip to content

Commit 86dfbed

Browse files
committed
Fix ts-nit
1 parent 2d263ed commit 86dfbed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/cdxgen/run-cyclonedx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const nodejsPlatformTypes = new Set([
2525

2626
export async function runCycloneDX(yargvWithYes: any) {
2727
let cleanupPackageLock = false
28-
const { yes, ...yargv } = { __proto__: null, ...yargvWithYes }
28+
const { yes, ...yargv } = { __proto__: null, ...yargvWithYes } as any
2929
const yesArgs = yes ? ['--yes'] : []
3030
if (
3131
yargv.type !== YARN &&

0 commit comments

Comments
 (0)