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
Currently ndarray-pixels depends on ^0.32.1 (note the caret allows newer patch releases) and the fix lands in sharp 0.32.6, so I think that reinstalling ndarray-pixels should resolve the newer sharp version and fix the issue.
Alternatively, sharp can be configured to block the vulnerable WebP operation:
A vulnerability has been flagged for the sharp library, which ndarray-pixels depends on.
This was flagged in my project by
npm install
andnpm audit
.The text was updated successfully, but these errors were encountered: