TSDX depends on Jest v27 (latest is v29) and this Jest version has a transitive dependency to jsdom v15.2.1 which has a security vulnerability (CVE-2021-20066).
Expected behavior
TSDX shipping without vulnerable dependencies (jsdom v16.5.0 and above).
Current Behavior
TSDX depends on Jest v27 (latest is v29) and this Jest version has a transitive dependency to jsdom v15.2.1 which has a security vulnerability (CVE-2021-20066).
Expected behavior
TSDX shipping without vulnerable dependencies (jsdom v16.5.0 and above).
Suggested solution(s)
Update Jest in tsdx.
Additional context
Dependency Chain:
Your environment