We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f12e2 commit c4168ecCopy full SHA for c4168ec
src/constants.ts
@@ -292,7 +292,9 @@ const nodeHardenFlags: string[] =
292
'--disable-proto',
293
'delete',
294
// TODO: We can try --frozen-intrinsics once
295
- // https://github.com/SBoudrias/Inquirer.js/pull/1683 is addressed.
+ // √ https://github.com/SBoudrias/Inquirer.js/pull/1683
296
+ // ⧖ https://github.com/pnpm/components/pull/23
297
+ // are addressed.
298
// '--frozen-intrinsics',
299
'--no-deprecation'
300
]
0 commit comments