fractal
fractal copied to clipboard
Vulnerabilities in Frctl
Steps to reproduce the issue
- Update all packages in your repo
- Run npm audit
- 12 vulnerabilities that cannot be removed because they are caused within Frctl/core|mandlebrot|web etc
Reproduces how often:
100%
Regardless of the message the issue persists when running npm audit fix --force. I have also tried to manually update to all previous versions starting with the latest version but the vulnerabilities remain.
All the issues are within dependencies of Frctl in some way
Context
- Fractal version: @frctl/[email protected] @frctl/[email protected] @frctl/[email protected]
- Node version: 16.15.0
- OS: any
100% this ☝️
This issue is related to vorpal: https://github.com/frctl/fractal/issues/671
This was partially fixed in #1206 , however the main one is the Vorpal dependency.
Closing this issue as the Vorpal one is now being handled by virtue of #671