Relative Content

Tag Archive for frontendlodashshadcnui

vulnerabilities after running “npm install shadcn-ui”

When I went to run npm install shadcn-ui, I ran into an issue where lodash.template would cause two high severity vulnerabilities after installation. Previously, when fixing this issue I would refer to this fix here where I would edit the lodash.template in the package.json to lodash-es, and npm audit would show no high severity vulnerabilities.