-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
Current Behavior
The project’s package.json lists several dependencies that are not used anywhere in the codebase. Some of these libraries also have known security vulnerabilities. Keeping them introduces unnecessary risk, slows down installs, and creates confusion for new contributors.
npm audit log

Desired Situation
- Remove unused dependencies (
lodash.template
,optimist/minimist
,node-static
) frompackage.json
if confirmed not to be required - Run
npm audit fix
where applicable. - Retest the project after cleanup to ensure nothing breaks.
Checklist
- [✅] I have read and followed the project's code of conduct.
- [✅] I have searched for similar issues before creating this one.
- [✅] I have provided all the necessary information to understand and reproduce the issue.
- [✅] I am willing to contribute to the resolution of this issue.
Thank you for contributing to our project! We appreciate your help in improving it.
📚 See contributing instructions.
🙋🏾🙋🏼 Questions: Community Matrix Server.
Metadata
Metadata
Assignees
Labels
No labels