You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Security update: Pin form-data to version 3.0.4 or higher
10
+
11
+
This release addresses a security vulnerability in the form-data dependency by adding a pnpm override to ensure all packages use form-data version 3.0.4 or higher. The form-data package was previously resolved to version 3.0.1 as a transitive dependency through jsdom.
12
+
13
+
**Security Fix:**
14
+
- Added pnpm override for `form-data@<3.0.4` to use `^3.0.4`
15
+
- Ensures all transitive dependencies use the secure version of form-data
0 commit comments