@oclif/plugin-plugins is using outdated package @npmcli/move-file
Describe the bug Our thirdparty code scan flagged a security vulnerability that @oclif/plugin-plugins -> npm -> @npmcli/arberos -> @npmcli/move-file has reached end of life. I tried installing latest @oclif/plugin-plugins but it is still downloading @npmcli/move-file into node_modules folder.
To Reproduce Steps to reproduce the behavior: Just install latest @oclif/plugin-plugins and check node_modules folder for @npmcli/move-file library.
Expected behavior @oclif/plugin-plugins should not use @npmcli/move-file, it should use @npmcli/fs. Or upgrade npm dependency may be.
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
- OS & version: Any OS.
Additional context Add any other context about the problem here.
This issue has been linked to a new work item: W-19880985