[chore] Addressing vulnerabilities
Become a 10x Instagrammer and Escape Brainrot with Instagram CLI
Brought to you by:
jetc
Originally created by: Quimisagi
Currently, running npm audit returns:
25 vulnerabilities (6 low, 5 moderate, 12 high, 2 critical)
This is a relatively high number of vulnerabilities. We should review these issues and address them.
In most cases, running npm audit fix --force is enough, but we need to ensure that no breaking changes are introduced.
Additionally, this is a good opportunity to check for unused dependencies and remove them if they are no longer needed.
Originally posted by: supreme-gg-gg
Done in [#140]
Related
Tickets:
#140Ticket changed by: supreme-gg-gg
Originally posted by: endernoke
we still have 8 vulnerabilities lmao 💀
See the linked PR description, most of them can't be fixed unless we contribute upstream or fork
I guess we should reopen this until we finish forking/fixing all of them
Ticket changed by: endernoke