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
The community-skeleton-provider component has an indirect dependency on a high vulnerable node-fetch package. This results from its direct dependency on recompose, which is no longer supported and should be replaced.
Reproduction Steps
npm audit
Workaround details
None
Recommendation
Re-implement parts that use recompose with React hooks, and remove the dependency on recompose
Description
The community-skeleton-provider component has an indirect dependency on a high vulnerable
node-fetch
package. This results from its direct dependency onrecompose
, which is no longer supported and should be replaced.Reproduction Steps
npm audit
Workaround details
None
Recommendation
recompose
with React hooks, and remove the dependency onrecompose
This PR resolves the issue: #613
Meta
Screenshots
Not a visual defect
The text was updated successfully, but these errors were encountered: