fix: additional high vulnerabilities (minimatch, cross-spawn) (#20221)

This commit is contained in:
Adam Weidman
2026-02-24 16:47:37 -05:00
committed by GitHub
parent 5c23f7f6e0
commit 16d3883642
6 changed files with 602 additions and 489 deletions

View File

@@ -128,17 +128,7 @@ export default tseslint.config(
],
// Prevent async errors from bypassing catch handlers
'@typescript-eslint/return-await': ['error', 'in-try-catch'],
'import/no-internal-modules': [
'error',
{
allow: [
'react-dom/test-utils',
'memfs/lib/volume.js',
'yargs/**',
'msw/node',
],
},
],
'import/no-internal-modules': 'off',
'import/no-relative-packages': 'error',
'no-cond-assign': 'error',
'no-debugger': 'error',