JaleelB / emblor

A fully-featured tag input component built with shadcn/ui
https://emblor.jaleelbennett.com
MIT License
676 stars 31 forks source link

[bug]: Security issue due to outdated tsup #98

Open kazazor opened 4 days ago

kazazor commented 4 days ago

Describe the bug

Since this repo still using tsup version 6.x.x there is a security issue with rollup. This issue was already resolved but there is a need to update to the latest version of tsup (8.x.x)

From what I saw the only breaking changes are the node versions so it will support version 18+. Looking at the engines section of this repo it seems anyway it's intended to support only node 18+.

So I don't see a reason why not to update and resolve the security issue.

How to reproduce

You can start using dependabot security alarms in this repo and you'll see it for yourself. I do not have a link to anything here as it's a security issue.

Link to reproduction

https://google.com

Additional information

Screenshot 2024-10-01 at 7 44 33 Screenshot 2024-10-01 at 7 44 55