Skip to content

Commit 9871ccc

Browse files
committed
Use --frozen-intrinsics flags
1 parent eead51e commit 9871ccc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/constants.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,11 +291,11 @@ const nodeHardenFlags: string[] =
291291
: [
292292
'--disable-proto',
293293
'delete',
294-
// TODO: We can try --frozen-intrinsics once
294+
// We have contributed the following patches to our dependencies to make
295+
// Node's --frozen-intrinsics workable.
295296
// √ https://github.com/SBoudrias/Inquirer.js/pull/1683
296-
// ⧖ https://github.com/pnpm/components/pull/23
297-
// are addressed.
298-
// '--frozen-intrinsics',
297+
// √ https://github.com/pnpm/components/pull/23
298+
'--frozen-intrinsics',
299299
'--no-deprecation'
300300
]
301301

0 commit comments

Comments
 (0)