What versions are you using? (if relevant)
@react-email/ui@6.9.1, react-email@6.9.1
Describe the Bug
Running npm audit reports multiple high-severity vulnerabilities introduced by @react-email/ui.
The package currently installs vulnerable versions of:
These advisories are reported even in a fresh installation and cannot be resolved because npm reports "No fix available" for the current dependency tree.
This causes CI pipelines using npm audit (or Dependabot/security policies) to fail.
What is affected (leave empty if unsure)
@react-email/components package
Link to the code that reproduces this issue
Fresh project created with:
npx create-email@latest
npm install
npm audit
No additional code is required to reproduce.
To Reproduce
-
Create a new project:
npx create-email@latest
-
Install dependencies:
npm install
-
Run:
npm audit
-
Observe multiple high-severity vulnerabilities coming from:
The vulnerabilities originate from @react-email/ui.
Expected Behavior
Installing a fresh React Email project should not introduce known high-severity vulnerabilities through its direct dependencies.
If these dependencies are required, they should be updated to patched versions as soon as they become available, or replaced where possible.
What's your node version? (if relevant)
v24.16.0
What versions are you using? (if relevant)
@react-email/ui@6.9.1, react-email@6.9.1
Describe the Bug
Running
npm auditreports multiple high-severity vulnerabilities introduced by@react-email/ui.The package currently installs vulnerable versions of:
These advisories are reported even in a fresh installation and cannot be resolved because npm reports "No fix available" for the current dependency tree.
This causes CI pipelines using
npm audit(or Dependabot/security policies) to fail.What is affected (leave empty if unsure)
@react-email/components package
Link to the code that reproduces this issue
Fresh project created with:
npx create-email@latest
npm install
npm audit
No additional code is required to reproduce.
To Reproduce
Create a new project:
npx create-email@latest
Install dependencies:
npm install
Run:
npm audit
Observe multiple high-severity vulnerabilities coming from:
The vulnerabilities originate from @react-email/ui.
Expected Behavior
Installing a fresh React Email project should not introduce known high-severity vulnerabilities through its direct dependencies.
If these dependencies are required, they should be updated to patched versions as soon as they become available, or replaced where possible.
What's your node version? (if relevant)
v24.16.0