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
{{ message }}
This repository was archived by the owner on Mar 19, 2026. It is now read-only.
Vorpal has not been updated in four years, its dependencies are out of date and give our users vulnerability notices when installing Fractal.
This should also fix a deprecation warning users get when installing Fractal:
npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
└─┬ @frctl/fractal@1.4.1
└─┬ vorpal@1.12.0
└─┬ babel-polyfill@6.26.0
├─┬ babel-runtime@6.26.0
│ └── core-js@2.6.11 deduped
└── core-js@2.6.11
What the feature should look like?
Fractal's CLI module should be updated to use something other than vorpal.
What problem would this feature solve?
Vorpal has not been updated in four years, its dependencies are out of date and give our users vulnerability notices when installing Fractal.
This should also fix a deprecation warning users get when installing Fractal:
What the feature should look like?
Fractal's CLI module should be updated to use something other than vorpal.