We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eead51e commit b7ab059Copy full SHA for b7ab059
src/constants.ts
@@ -291,11 +291,10 @@ const nodeHardenFlags: string[] =
291
: [
292
'--disable-proto',
293
'delete',
294
- // TODO: We can try --frozen-intrinsics once
+ // We have contributed the following patches to our dependencies to make
295
+ // Node's --frozen-intrinsics workable.
296
// √ https://github.com/SBoudrias/Inquirer.js/pull/1683
- // ⧖ https://github.com/pnpm/components/pull/23
297
- // are addressed.
298
- // '--frozen-intrinsics',
+ // √ https://github.com/pnpm/components/pull/23
299
'--no-deprecation'
300
]
301
0 commit comments