Skip to content

Commit ff1a727

Browse files
committed
Fix ts-nit
1 parent afb1ae4 commit ff1a727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)