You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current version of tailwind-config-viewer (2.0.4) depends on replace-in-file@6.3.5, which introduces deprecated and unmaintained packages into consuming projects:
inflight@1.0.6 is deprecated and known to leak memory. It is no longer maintained.
glob@7.x is outdated. The current LTS version is glob@11.0.3, which fully removes inflight as a dependency.
Updating replace-in-file to ^8.3.0 resolves these issues. This version uses glob@11.x, eliminating both deprecated transitive dependencies and known memory leak risks.
This change improves long-term maintainability and dependency health for all downstream consumers.