|
"replace-in-file": "^6.1.0" |
Can replace-in-file be updated to 8.x? The highest 6.x version depends on glob 7.x which is no longer supported (glob versions prior to 9.x are no longer supported). Glob 7 and 8 also depend on inflight which is no longer supported and has memory leaks.
tailwind-config-viewer/package.json
Line 48 in 56d6d2e
Can replace-in-file be updated to 8.x? The highest 6.x version depends on glob 7.x which is no longer supported (glob versions prior to 9.x are no longer supported). Glob 7 and 8 also depend on inflight which is no longer supported and has memory leaks.